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

Cant skip CASClient::Frameworks::Rails::Filter #54

Closed maxstudener closed 12 years ago

maxstudener commented 12 years ago

I have before_filter CASClient::Frameworks::Rails::Filter in my application controller and can't skip it in my an ajax call in another controller using skip_before_filter CASClient::Frameworks::Rails::Filter.

maxstudener commented 12 years ago

skip_filter CASClient::Frameworks::Rails::Filter works but only for rails 3 and up

soupmatt commented 12 years ago

See this workaround in the mailing list: https://groups.google.com/d/msg/rubycas-server/ykYf_y7u5Wk/jyWJVschrhIJ

thiyagarajanth commented 9 years ago

Am using rails3.2.19, skip_before_filter CASClient::Frameworks::Rails::Filter and skip_filter CASClient::Frameworks::Rails::Filter not working