Bug 169399 - ResourceRequestBase::partitionName() should not return the empty string for localhost
Summary: ResourceRequestBase::partitionName() should not return the empty string for l...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: John Wilander
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-08 18:21 PST by John Wilander
Modified: 2017-04-18 16:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Wilander 2017-03-08 18:21:08 PST
ResourceRequestBase::partitionName() should not return the empty string for localhost. The safer thing is to return the domain.
Comment 1 John Wilander 2017-04-18 16:32:31 PDT
This was solved through https://bugs.webkit.org/show_bug.cgi?id=170798.