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

Fix bug #233 with multiple authenticators #234

Closed viranch closed 9 years ago

viranch commented 9 years ago

This PR fixes the bug described in #233 by putting begin ... rescue block inside the loop and trying to load authenticators separately for each rescue block.