Closed
Bug 918722
Opened 11 years ago
Closed 11 years ago
[XHR2] XHR implementation upper-cases too many (i.e. all) HTTP verbs
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: hsteen, Assigned: mcmanus)
References
()
Details
We're supposed to have a short list of HTTP verbs that will be upper-cased and leave the others as specified. Seems Gecko (or necko..) uppercases everything.
Test case:
http://w3c-test.org/web-platform-tests/master/XMLHttpRequest/open-method-case-sensitive.htm
Note: needs investigation, likely to be a bug further down and not in DOM code I suppose.
Reporter | ||
Comment 1•11 years ago
|
||
Fixed here, by mcmanus:
http://hg.mozilla.org/mozilla-central/diff/20d8f9639b9c/content/base/src/nsXMLHttpRequest.cpp
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•11 years ago
|
Updated•11 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•