RESOLVED FIXED 168255
Percent should be allowed in non-special URL hosts
https://bugs.webkit.org/show_bug.cgi?id=168255
Summary Percent should be allowed in non-special URL hosts
Alex Christensen
Reported 2017-02-13 14:30:07 PST
Percent should be allowed in non-special URL hosts
Attachments
Patch (18.04 KB, patch)
2017-02-13 14:32 PST, Alex Christensen
thorton: review+
Alex Christensen
Comment 1 2017-02-13 14:32:32 PST
Alex Christensen
Comment 2 2017-02-13 14:32:53 PST
Comment on attachment 301390 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=301390&action=review > Source/WebCore/platform/URLParser.cpp:2615 > - if (UNLIKELY(isForbiddenHostCodePoint(*iterator))) > + if (UNLIKELY(isForbiddenHostCodePoint(*iterator) && *iterator != '%')) This is the functional change in this patch.
Alex Christensen
Comment 3 2017-02-13 14:54:22 PST
Note You need to log in before you can comment on or make changes to this bug.