Ruby client for Yale's Central Authentication Service protocol -- an open source enterprise single sign on system for web applications.
332
stars
217
forks
source link
Prevents to_sym getting called on nil from within Filter#unauthorized! #34
Closed
mscottford closed 12 years ago
If controller.request.format is nil, then Filter#unauthorized! generates an exception when #to_sym is called on nil.