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 | ||
John Wilander
ResourceRequestBase::partitionName() should not return the empty string for localhost. The safer thing is to return the domain.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
John Wilander
This was solved through https://bugs.webkit.org/show_bug.cgi?id=170798.