Bug 162635

Summary: URLs with @ in the user should only search for the last @ until the end of the authority and host
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 ggaren: review+

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+
Alex Christensen
Comment 1 2016-09-27 15:02:46 PDT
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
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.