[Webkit-unassigned] [Bug 86873] Intent::create() throws is service is "url://a url"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 21 10:38:33 PDT 2012


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





--- Comment #1 from Christophe Dumez <christophe.dumez at intel.com>  2012-05-21 10:37:37 PST ---
Apparently, the URLs are recognized as invalid because of the white space in them. The following assertions are passing:
  shouldNotThrow("new WebKitIntent({'action':'a','type':'b','service':'url://a%20url'})");
  shouldNotThrow("new WebKitIntent({'action':'a','type':'b','service':'htttp://a%20url'})");

I'm not sure how to proceed at this point. Can the service URL really contain the white space?

-- 
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