When using the Spring Security plugin in grails is there a way to configure the invalidSessionUrl
parameter that is referred to in (this post)? Or is rolling your own filter the only way to show a message?
Asked
Active
Viewed 1,377 times
0

Rob Hruska
- 118,520
- 32
- 167
- 192

Shankar
- 43
- 6
1 Answers
0
Spring Security: Redirect to invalid-session-url instead of logout-success-url on successful logout
May be of help
Look at this:
<session-management invalid-session-url="/login.htm" />

Community
- 1
- 1

chrislovecnm
- 2,549
- 3
- 20
- 36
-
Thanks. Had seen that link before an my question actually was how can property be configured in grails? Is there any example you can point me to? – Shankar Mar 19 '12 at 08:03
-
1Reported on JIRA: http://jira.grails.org/browse/GPSPRINGSECURITYCORE-129. So it looks like using a filter is the only way at the moment – Shankar Mar 28 '12 at 03:25