Defect #41
revision links and auto linking URLs conflict
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
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!
History
#1 Updated by Jean-Philippe Lang about 6 years ago
Thanks. Fix has just been committed.