- Timestamp:
- Feb 8, 2009, 11:28:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/TaskRewrite/src/grails-app/controllers/LogoutController.groovy
r58 r59 9 9 def index = { 10 10 // TODO put any pre-logout code here 11 redirect(uri: '/j_spring_security_logout') 11 12 redirect(uri: '/j_spring_security_logout?logoutSuccessUrl=/login/loggedOut') 12 13 } 13 14 }
Note: See TracChangeset
for help on using the changeset viewer.