Project

General

Profile

Actions

Defect #34143

open

Autolinks are incorrectly escaped

Added by Pavel Rosický over 3 years ago. Updated over 3 years ago.

Status:
Confirmed
Priority:
Normal
Assignee:
-
Category:
Text formatting
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
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


Files

application_helper_test.rb.patch (998 Bytes) application_helper_test.rb.patch Pavel Rosický, 2020-10-20 11:57
Actions #1

Updated by Pavel Rosický over 3 years ago

expected behavior

http://foo.bar?param1=1&param2=2

current behavior

http://foo.bar?param1=1&param2=2 (the link is broken)

Actions #2

Updated by Go MAEDA over 3 years ago

  • Status changed from New to Confirmed
Actions

Also available in: Atom PDF