Defect #34143
Autolinks are incorrectly escaped
Status: | Confirmed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Text formatting | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
steps to reproduce
1/ set wiki formatting to "None"
2/ add a journal that contains a link with &
references
https://github.com/redmine/redmine/blob/master/lib/redmine/wiki_formatting.rb#L153
https://github.com/redmine/redmine/blob/master/lib/redmine/wiki_formatting.rb#L212
this issue doesn't affect textile or markdown formatting
History
#1
Updated by Pavel Rosický over 2 years ago
expected behavior
http://foo.bar?param1=1¶m2=2
current behavior
http://foo.bar?param1=1&param2=2 (the link is broken)
#2
Updated by Go MAEDA over 2 years ago
- Status changed from New to Confirmed