Changeset 1671 for trunk/grails-app/controllers/dbnp/authentication
- Timestamp:
- Mar 23, 2011, 2:27:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/authentication/LoginController.groovy
r1655 r1671 109 109 */ 110 110 def denied = { 111 println "denied"112 111 if (springSecurityService.isLoggedIn() && 113 112 authenticationTrustResolver.isRememberMe(SCH.context?.authentication)) { … … 121 120 */ 122 121 def full = { 123 pritln "full"124 122 def config = SpringSecurityUtils.securityConfig 125 123 render view: 'auth', params: params, … … 132 130 */ 133 131 def authfail = { 134 println "authfail"135 132 def username = session[UsernamePasswordAuthenticationFilter.SPRING_SECURITY_LAST_USERNAME_KEY] 136 133 String msg = ''
Note: See TracChangeset
for help on using the changeset viewer.