[Webkit-unassigned] [Bug 167093] [URL Parser] ASSERTION FAILED: url == m_string in WebCore::URL::URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 17 10:18:27 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=167093

--- Comment #3 from Alex Christensen <achristensen at apple.com> ---
What is sending this message, and why does it think that 'gtk-stock://go-next?size=4' is a properly canonicalized URL?  It is not.  That is the problem.  The old URL::parse had a mode that would assume it was given a properly canonicalized URL when you use ParsedURLString, but that assumption is no longer respected.  All Strings given as input are canonicalized if needed.  Before enabling the new URLParser, this was not being canonicalized properly and now it is safely canonicalizing everything.  The solution to this problem is either to make sure we get a properly canonicalized URL or stop using ParsedURLString.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170117/2c8e091d/attachment.html>


More information about the webkit-unassigned mailing list