[Webkit-unassigned] [Bug 67655] AssociatedURLLoader should check HTTP method / headers for untrusted requests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 09:38:50 PDT 2011


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


Darin Fisher (:fishd, Google) <fishd at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #106631|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #9 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2011-09-09 09:38:50 PST ---
(From update of attachment 106631)
View in context: https://bugs.webkit.org/attachment.cgi?id=106631&action=review

> Source/WebKit/chromium/src/AssociatedURLLoader.cpp:56
> +namespace {

nit: put the anonymous namespace inside the WebKit namespace.  then we
shoudn't need the 'using namespace WebKit' up above.

> Source/WebKit/chromium/src/AssociatedURLLoader.cpp:289
> +        m_clientAdapter->setDelayedError(ResourceError());

what are your plans for this?

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