Actions
Defect #29172
closedMarkdown: External links broken
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Issues
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Wont fix
Affected version:
Description
Scenario¶
- Open issue description / wiki / project description
- Add link containing special chars, like ✓
- Save
Result¶
- Link 1: [link](http://www.redmine.org/projects/redmine/issues?utf8=✓&set_filter=1&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=fixed_version_id&op%5Bfixed_version_id%5D=%3D&v%5Bfixed_version_id%5D%5B%5D=1&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=subject&c%5B%5D=updated_on&c%5B%5D=category&group_by=)
- Link 2: [link](http://www.redmine.org/projects/redmine/issues?utf8=✓)
Ivestigation¶
http://www.redmine.org/projects/redmine/wiki/Changelog_3_2
Probably some how connected with commit https://github.com/redmine/redmine/commit/c246ffa184a5c773c05dfa568188575aa978f3ed#diff-d730a79b5c2ab74333592401cf7b2396
Becouse /lib/redmine/wiki_formatting/markdown/formatter.rb removing line return nil unless uri_with_safe_scheme?(link) makes links work.
Files
Related issues
Actions