Skip to content
This repository was archived by the owner on Apr 26, 2022. It is now read-only.

Commit 18911ae

Browse files
committed
Merge branch 'query_string' of https://github.com/jamesmacaulay/rack-openid into jamesmacaulay-query_string
2 parents b873e5d + aa68f54 commit 18911ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rack/openid.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ def request_url(req)
198198
url = realm_url(req)
199199
url << req.script_name
200200
url << req.path_info
201+
url << "?#{req.query_string}" if req.query_string.to_s.length > 0
201202
url
202203
end
203204

0 commit comments

Comments
 (0)