WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2017-02-13 14:32:32 PST
Created
attachment 301390
[details]
Patch
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
http://trac.webkit.org/r212249
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug