プロジェクト

全般

プロフィール

Vote #81102

未完了

Autolinks are incorrectly escaped

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
Confirmed
優先度:
通常
担当者:
-
カテゴリ:
Text formatting_26
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
26
version_id:
0
issue_org_id:
34143
author_id:
123153
assigned_to_id:
0
comments:
2
status_id:
9
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
ステータス-->[Confirmed]

説明

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


journals

expected behavior
<pre>
http://foo.bar?param1=1&param2=2
</pre>

current behavior
<pre>
http://foo.bar?param1=1&amp;param2=2 (the link is broken)
</pre>
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Admin Redmine さんが約2年前に更新

  • カテゴリText formatting_26 にセット

他の形式にエクスポート: Atom PDF

いいね!0
いいね!0