2081: Link to Trac ticket generated incorrectly

ben.*****@gmai***** (Google Code) (Is this you? Claim this profile.)
April 25, 2011
1995
What version are you running?
1.5.5

What's the URL of the page containing the problem?
(isolated inside a corporate intranet, unfortunately)

What steps will reproduce the problem?
1. Set up a new Subversion repository
2. Set up that repository's "Bug Tracker" section to use Trac
3. Create a new review request.  On this review request, list a Trac ticket number using the standard Trac format (e.g.: #204).

What is the expected output? What do you see instead?
The link generated is "http://myserver/trac/ticket/#204".  I was expecting "http://myserver/trac/ticket/204" (no '#' in the URL).

What operating system are you using? What browser?
ReviewBoard is running under Ubuntu 10.10.  I am accessing ReviewBoard using Firefox 4.0 under Windows 7 (64-bit).

Please provide any additional information below.
The number-sign in the URL is causing the server to incorrectly interpret the ticket number as an HTML anchor.  Clicking on any of these links results in an "invalid URL" error by the server.

To resolve this problem, ReviewBoard should ignore leading number-signs (if present) when generating URLs for bugtracking tools like Trac that use "#bug-id" as the standard notation for tickets.
david
#1 david