Bug 169399

Summary: ResourceRequestBase::partitionName() should not return the empty string for localhost
Product: WebKit Reporter: John Wilander <wilander>
Component: WebCore Misc.Assignee: John Wilander <wilander>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=170798

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.