rubycas / rubycas-client

Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
http://code.google.com/p/rubycas-client/
Other
332 stars 217 forks source link

Prevents to_sym getting called on nil from within Filter#unauthorized! #34

Closed mscottford closed 12 years ago

mscottford commented 12 years ago

If controller.request.format is nil, then Filter#unauthorized! generates an exception when #to_sym is called on nil.

soupmatt commented 12 years ago

thx!