benlucchesi / grails-cookie-session

cookie sessions for grails applications
28 stars 32 forks source link

Change SPRING_SECURITY_SAVED_REQUEST key #55

Closed denis111 closed 9 years ago

denis111 commented 9 years ago

It's called SPRING_SECURITY_SAVED_REQUEST and not SPRING_SECURITY_SAVED_REQUEST_KEY in latest stable Spring Security plugin 2.0-RC4

benlucchesi commented 9 years ago

great catch!

I updated your pull request a little. I needed to keep the old code to clear out the old key for backwards compatibility.

thanks! -ben