rubycas / rubycas-server

Provides single sign-on authentication for web applications, implementing the server-end of Jasig's CAS protocol.
http://rubycas.github.com
Other
628 stars 270 forks source link

Service URL is not preserved if Login fails #110

Closed hahuang65 closed 7 years ago

hahuang65 commented 12 years ago

When a login fails, the service URL is not preserved, so that if the next time login succeeds, the user is not redirected to anywhere.

hahuang65 commented 12 years ago

Actually right after I wrote this, it seems to be working. Let me find some steps to reproduce and I'll post again.

ncancelliere commented 12 years ago

Actually I'm seeing this behavior as well. If you fail the login the page reloads and the service URL is dropped.

hahuang65 commented 7 years ago

No longer care about this issue.