| Issue 1259: | Sign in with HTTP Auth redirects to incorrect url | |
| 4 people starred this issue and may be notified of changes. | Back to list |
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
Jun 4, 2012
(No comment was entered for this change.)
Status:
CannotReproduce
|
|
| ► Sign in to add a comment |