Issue 1259: Sign in with HTTP Auth redirects to incorrect url
Status:  CannotReproduce
Owner: ----
Closed:  Jun 2012
Reported by lars.dun...@gmail.com, Feb 8, 2012
Affected Version: 2.2.2

What steps will reproduce the problem?
1. Set up server with HTTP auth on /r/login
2. After logged in it will redirect the user to /r/#/mine


What is the expected output? What do you see instead?
This results in Not Found printed to the user.
If url is changed to /r/mine it works as expected showing the users "home" page.

Server it setup with apache reverse proxy on /r/ pointing to gerrit on port 8081.

Apache config:
    ProxyPass /r/ http://127.0.0.1:8081/r/

    <Location "/r/login">
      AuthType Basic
      AuthName "Gerrit Code Review"
      Require valid-user
      ....
    </Location>

May 31, 2012
#1 lars.dun...@gmail.com
I have upgraded to Gerrit 2.4 and can't reproduce this problem anymore.

Jun 4, 2012
#2 sop@google.com
(No comment was entered for this change.)
Status: CannotReproduce