[Webkit-unassigned] [Bug 219577] Safari implicitly normalizes character in XHR request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 6 10:55:39 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=219577

Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ap at webkit.org,
                   |                            |beidson at apple.com
          Component|Text                        |Page Loading
            Summary|Safari implicitly converts  |Safari implicitly
                   |character in XHR request    |normalizes character in XHR
                   |                            |request
           Severity|Blocker                     |Normal

--- Comment #1 from Alexey Proskuryakov <ap at webkit.org> ---
The original character is the deprecated U+232A RIGHT-POINTING ANGLE BRACKET, and normalizes to U+3009 RIGHT ANGLE BRACKET.

While there is a difference in behavior with browsers that don't normalize text, the best fix is probably on the database side, to not use a deprecated character.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201206/b5a00631/attachment.htm>


More information about the webkit-unassigned mailing list