[Webkit-unassigned] [Bug 66909] XMLHttpRequest method/header validation is not available for other untrusted HTTP requests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 12:51:50 PDT 2011


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





--- Comment #19 from Alexey Proskuryakov <ap at webkit.org>  2011-08-30 12:51:50 PST ---
(From update of attachment 105283)
View in context: https://bugs.webkit.org/attachment.cgi?id=105283&action=review

Looks good to me. I'm not fond of "HTTPValidation" file name, but I don't have a better suggestion.

> Source/WebCore/platform/network/HTTPValidation.cpp:36
> +using namespace WTF;

There should never be a reason to do "using namespace WTF" - all public WTF symbols should be exported into global namespace by their headers.

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