WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
162635
URLs with @ in the user should only search for the last @ until the end of the authority and host
https://bugs.webkit.org/show_bug.cgi?id=162635
Summary
URLs with @ in the user should only search for the last @ until the end of th...
Alex Christensen
Reported
2016-09-27 15:01:32 PDT
URLs with @ in the user should only search for the last @ until the end of the authority and host
Attachments
Patch
(5.79 KB, patch)
2016-09-27 15:02 PDT
,
Alex Christensen
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alex Christensen
Comment 1
2016-09-27 15:02:46 PDT
Created
attachment 290010
[details]
Patch
Geoffrey Garen
Comment 2
2016-09-27 15:21:48 PDT
Comment on
attachment 290010
[details]
Patch r=me
Alex Christensen
Comment 3
2016-09-27 17:29:23 PDT
https://trac.webkit.org/changeset/206475
Alex Christensen
Comment 4
2016-09-27 17:29:39 PDT
Comment on
attachment 290010
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=290010&action=review
> Source/WebCore/platform/URLParser.cpp:1331 > - if (UNLIKELY(!isSlash)) { > + if (UNLIKELY(!isSlash || *c == '\\')) {
This was wrong.
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