Actions
Defect #41
closedrevision links and auto linking URLs conflict
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Affected version:
Description
If you post a URL in an issue note that has r# in it the URL breaks.
URL as entered in note:
http://server1/controller/page
Is rewritten in HTML as:
>a href="http://serve"<http://serve>/a<>a
href="/repositories/revision/27?rev=1/controller/page"<r1>/a<
The options to fix, from my perspective, could be:
1) do not add the revision links to URL
2) change the criteria for revision links to require a space before the "r", e.g. '/\sr(\d*)/' (did not test
this)
Great product, thanks for the hard work!
Updated by Jean-Philippe Lang over 17 years ago
Thanks. Fix has just been committed.
Actions