Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions modules/ROOT/pages/8.1.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,24 @@ The following premium plugin updates were released alongside {productname} {rele

// CCFR here.

=== Links inserted with `+&+` encoding are now decoded to `&` before inserting
// #TINY-12504

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

[source,text]
----
https://example.com/search?&query=example
----
would appear in the editor source as

[source,text]
----
https://example.com/search?&query=example
----

This caused issues when opening such 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.


[[security-fixes]]
== Security fixes
Expand Down