Roundup Tracker - Issues

Issue 1240538

classification
Issue links containing spaces are broken
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: : kragen, richard
Priority: normal :

Created on 2005-07-18 21:21 by kragen, last changed 2006-01-25 03:00 by richard.

Messages
msg1991 Author: [hidden] (kragen) Date: 2005-07-18 21:21
Twisted is using Roundup.  I entered a bug report at
http://twistedmatrix.com/bugs/issue1117 which included
the text "issue 1109".  Roundup rendered this as <a
href="issue 1109">issue1109</a>, which is an invalid
URL.  I think this should be <a href="issue1109">issue
1109</a>.  Following the link to
http://twistedmatrix.com/bugs/issue%201109 produces an
empty HTTP response, which is a separate bug.

I have worked around this bug in future bug reports in
Twisted's roundup by writing that text as "issue1109"
rather than "issue 1109".
msg1992 Author: [hidden] (richard) Date: 2006-01-25 03:00
Logged In: YES 
user_id=6405

Hrm. This was fixed a while ago. 
History
Date User Action Args
2005-07-18 21:21:34kragencreate