Skip to content

Commit d338504

Browse files
committed
DOC-2309: Links inserted with & encoding are now decoded to & before inserting.
1 parent 942ba64 commit d338504

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/ROOT/pages/8.1.0-release-notes.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,13 @@ The following premium plugin updates were released alongside {productname} {rele
109109

110110
// CCFR here.
111111

112+
=== Links inserted with `+&+` encoding are now decoded to `&` before inserting
113+
// #TINY-12504
114+
115+
Previously, when pasting URLs containing encoded ampersands (`+&+`) into {productname}, the encoded values were preserved, resulting in double encoding when the link was inserted into content. For example, a pasted link such as `https://example.com/search?&query=example` would appear in the editor source as `https://example.com/search?&query=example`.
116+
117+
This caused issues when openingsuch links, as the URLs became invalid. In {release-version}, {productname} now automatically decodes `+&+` back to `+&+` before inserting the link, ensuring that pasted URLs remain valid and functional in both the editor and the source code.
118+
112119

113120
[[security-fixes]]
114121
== Security fixes

0 commit comments

Comments
 (0)