Closed
Bug 918709
Opened 11 years ago
Closed 11 years ago
[XHR2] open() with disallowed method (HTTP verb) CONNECT doesn't throw
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: hsteen, Assigned: mcmanus)
References
()
Details
(Keywords: dev-doc-needed)
Test case:
http://w3c-test.org/web-platform-tests/master/XMLHttpRequest/open-method-insecure.htm
(See sub-tests at the bottom of this test case)
Reporter | ||
Comment 1•11 years ago
|
||
This seems fixed in recent nightlies (Firefox 31)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Resolution: FIXED → WORKSFORME
Reporter | ||
Comment 2•11 years ago
|
||
It was actually fixed here:
http://hg.mozilla.org/mozilla-central/diff/20d8f9639b9c/content/base/src/nsXMLHttpRequest.cpp
:)
Fixed by mcmanus who also handled bug 918722 at the same time.
Resolution: WORKSFORME → FIXED
Updated•11 years ago
|
Updated•8 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•