Issue 834: On first visit, appending login/mine to the incoming URL does not work when there is a query string
Status:  Released
Owner: ----
Closed:  Mar 2013
Reported by hwilkins...@gmail.com, Jan 28, 2011
Affected Version: 2.1.6.1

What steps will reproduce the problem?
1. Ensure you do not have an active session with Gerrit (clear cookies, etc.)
2. Browse to a Gerrit URL with a query string (eg. http://review.example.com/?something=123)


What is the expected output? What do you see instead?

Expected result:

Client is redirected to something like:
    http://review.example.com/login/mine?something=123


Actual result:

Client is redirected to 
    http://review.example.com/?something=123login/mine
and then to
    http://review.example.com/?something=123login/minelogin/mine
and then to
    http://review.example.com/?something=123login/minelogin/minelogin/mine
etc.


Mar 28, 2013
#1 sop@google.com
(No comment was entered for this change.)
Status: Released