2099: User admin page contains bad link

ben.*****@gmai***** (Google Code) (Is this you? Claim this profile.)
chipx86
chipx86
Sept. 27, 2012
What version are you running?
1.6 beta 2


What's the URL of the page containing the problem?
http://localhost/reviews/admin/db/auth/user/1/


What steps will reproduce the problem?
1. Install ReviewBoard 1.6 beta 2 with sqlite and apache+mod_python
2. When asked for a directory to install RB into, enter "/reviews/"
3. Create a default administrator account named 'admin'
4. Log into the site and click 'admin' -> 'database' -> 'users' -> 'admin'
5. At the top-right-hand corner of the page, click on the button reading "View on site"

What is the expected output? What do you see instead?
When clicking on the button, I am taken to the URL http://localhost/users/admin and getting a 404 error.
The URL I *should* be going to is http://localhost/reviews/users/admin.  Manually inserting "/reviews" into the URL takes me to the correct page.
In case it is helpful, I get the URL when hovering over the "View on site" button: http://localhost/reviews/admin/db/r/4/1/

Clicking on my username elsewhere in the site (e.g.: on a review page) takes me to the correct page.

What operating system are you using? What browser?
Linux (Ubuntu Maverick)
Firefox 3.6.13

Please provide any additional information below.
chipx86
#1 chipx86
We'll be nuking this functionality in a future release anyway. It's provided by Django, and we don't really work with it.
  • +Confirmed
  • +Milestone-Release1.7
chipx86
#2 chipx86
Fixed on master (0a7401f)
  • -Confirmed
    +Fixed
  • +Component-Admin
  • +chipx86