shibboleth-rails 0.5.1 → 0.5.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -39,9 +39,7 @@ module Shibboleth::Rails
|
|
39
39
|
end
|
40
40
|
|
41
41
|
def requested_url
|
42
|
-
if request.
|
43
|
-
url_for :controller => 'root', :action => 'show', :xhr => 'true'
|
44
|
-
elsif request.respond_to?(:url)
|
42
|
+
if request.respond_to? :url
|
45
43
|
request.url
|
46
44
|
else
|
47
45
|
request.protocol + request.host + request.request_uri
|