Bug 168255

Summary: Percent should be allowed in non-special URL hosts
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch thorton: review+

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.