[Webkit-unassigned] [Bug 54438] Add check for invalid characters in the protocol field in registerProtocolHandler.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Feb 15 09:44:23 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=54438
--- Comment #3 from Darin Adler <darin at apple.com> 2011-02-15 09:44:23 PST ---
(From update of attachment 82418)
View in context: https://bugs.webkit.org/attachment.cgi?id=82418&action=review
> LayoutTests/fast/dom/register-protocol-handler.html:20
> +var invalid_protocols = ['http', 'https', 'file', '%%%', 'search:'];
We need to cover more kinds of invalid protocols in this test case. See the RFC for the BNF that should inspire more test cases.
--
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