Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2081 by [email protected]: Link to Trac ticket generated
incorrectly
http://code.google.com/p/reviewboard/issues/detail?id=2081
* NOTE: Do not post confidential information in this bug report. *
* If you need immediate support, please contact *
* [email protected] *
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.
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/reviewboard-issues?hl=en.