Skip to content

Commit d838bcd

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2598: TINY-9548 Base64 URL-encoded data now properly decoded
1 parent cb1c626 commit d838bcd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,13 @@ For information on using Enhanced Skins & Icon Packs, see: xref:enhanced-skins-a
198198

199199
{productname} {release-version} also includes the following improvements:
200200

201-
// === Base64 data was not properly decoded due to unhandled URL-encoded characters.
201+
=== Base64 data was not properly decoded due to unhandled URL-encoded characters.
202202
// #TINY-9548
203203

204+
Previously, URL-encoded characters were not properly handled during base64 data decoding. This issue caused images to appear broken when using a base64 string as a source with URL-encoded characters.
205+
206+
In {productname} {release-version}, this issue has been resolved by implementing logic to decode URL-encoded characters before processing the base64 string. As a result, images using base64 strings as a source will now appear correctly, even if URL-encoded characters are included.
207+
204208
// === The `latin` list style type is now recognized as an alias for the `alpha` list style type.
205209
// #TINY-11515
206210

0 commit comments

Comments
 (0)