The solution I used was
<http>
...
<custom-filter before="REMEMBER_ME_FILTER" ref="myRememberMe" />
<remember-me services-ref="rememberMeServices" />
</http>
<bean...
Type: Posts; User: eelan; Keyword(s):
The solution I used was
<http>
...
<custom-filter before="REMEMBER_ME_FILTER" ref="myRememberMe" />
<remember-me services-ref="rememberMeServices" />
</http>
<bean...
I am trying to set up Spring security 3.1 where once a user a logs in, the user can hit any web server without requiring to login again. So if I have a session timeout of say 15 minutes, the user...
I just downloaded the latest STS production release, created a Grails project with no changes and tried to run it. I get the same the Windows error message above. It runs fine if I use run-app from...