Bug 34457 - Assertion failure in KURL constructor due to parse() not being idempotent
Summary: Assertion failure in KURL constructor due to parse() not being idempotent
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-01 16:47 PST by Alexey Proskuryakov
Modified: 2023-05-22 11:00 PDT (History)
1 user (show)

See Also:


Attachments
test case (will assert) (156 bytes, text/html)
2010-02-01 16:47 PST, Alexey Proskuryakov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2010-02-01 16:47:24 PST
Created attachment 47879 [details]
test case (will assert)

"\\\\\\" with an http base is parsed as "http:////", which is parsed as "http://".
Comment 1 Alexey Proskuryakov 2010-03-02 08:37:34 PST
See also: bug 35582.
Comment 2 Anne van Kesteren 2023-05-22 03:48:43 PDT
KURL is gone.
Comment 3 Alexey Proskuryakov 2023-05-22 11:00:08 PDT
This test no longer asserts.