[Webkit-unassigned] [Bug 106728] [KURL] 'https:' gets adjusted to 'https:/'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 12 17:23:21 PST 2013


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





--- Comment #4 from Benjamin Poulain <benjamin at webkit.org>  2013-01-12 17:25:11 PST ---
The bug is correct ("https:" is an invalid URL, and we should not attempt to canonicalize it), but the patch is wrong.

First thing is to land a test for this if that is not already covered in existing tests.

If you are interested in improving URL parsing, I suggest you to look into WTFURL.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list