What's the URL of the page containing the problem?
http://localhost/reviewboard/r/4/diff/#
What steps will reproduce the problem?
1. Install Review Board in a subdirectory of Apache (using fastcgi)
2. Try to expand a single diff chunk while viewing a diff
What is the expected output? What do you see instead?
Expect the hidden chunk to expand, instead nothing happens.
Apache logs show a 404:
"GET /r/4/diff/3/fragment/45/chunk/0/ HTTP/1.1" 404
What operating system are you using? What browser?
Ubuntu Linux (Gutsy Gibbon), Firefox 2.0.0.11
Please provide any additional information below.
Seems like "expandChunk" in diffviewer.js needs to account
for SITE_ROOT. Naive (but working) patch attached.