diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 85e3491e..f6ff4d6c 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -36,7 +36,7 @@ class ApplicationController < ActionController::Base before_filter CASClient::Frameworks::Rails::GatewayFilter, :only => :login # This requires the user to be authenticated for viewing all other pages. - before_filter CASClient::Frameworks::Rails::Filter, :except => :login + before_filter CASClient::Frameworks::Rails::Filter, :except => [:login , :calendar] end before_filter :set_session_expiration before_filter :set_time_zone