Bug 162272 - URLParser should allow '@' in user
Summary: URLParser should allow '@' in user
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 08:41 PDT by Alex Christensen
Modified: 2016-09-20 11:36 PDT (History)
0 users

See Also:


Attachments
Patch (3.24 KB, patch)
2016-09-20 08:44 PDT, Alex Christensen
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2016-09-20 08:41:17 PDT
URLParser should allow '@' in user
Comment 1 Alex Christensen 2016-09-20 08:44:02 PDT
Created attachment 289349 [details]
Patch
Comment 2 Tim Horton 2016-09-20 11:08:06 PDT
Comment on attachment 289349 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=289349&action=review

> Tools/TestWebKitAPI/Tests/WebCore/URLParser.cpp:529
> +    checkRelativeURLDifferences("https://@test@test@example:800/", "http://doesnotmatter/",

So weird.
Comment 3 Alex Christensen 2016-09-20 11:36:46 PDT
http://trac.webkit.org/changeset/206159