Project

General

Profile

« Previous | Next » 

Revision 9a1f72f4

Added by Eric Helms over 10 years ago

Fixes #3753 - always use main_app to determine paths for running an isolated namespace plugin

View differences:

app/services/sso/apache.rb
def authenticate!
self.has_rendered = true
controller.redirect_to controller.extlogin_users_path
controller.redirect_to controller.main_app.extlogin_users_path
end
def login_url
controller.extlogin_users_path
controller.main_app.extlogin_users_path
end
def logout_url
......
end
def expiration_url
controller.extlogin_users_path
controller.main_app.extlogin_users_path
end
private

Also available in: Unified diff