Closed
Bug 704787
Opened 13 years ago
Closed 9 years ago
Make XHR behaviors more spec compliant
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 918709
People
(Reporter: emk, Unassigned)
References
(Blocks 1 open bug)
Details
For example, open() must throw SECURITY_ERR if the method argument is "CONNECT", "TRACE", or "TRACK". But our implementation doesn't check the value "CONNECT" and it will throw non spec'ed error.
Assignee | ||
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
Comment 1•9 years ago
|
||
This bug might as well be a dupe of bug 918688. The specific issue mentioned passes now, as tested in http://w3c-test.org/XMLHttpRequest/open-method-insecure.htm .
Comment 2•9 years ago
|
||
Just a ping to confirm whether this ticket can be closed as a dupe, as per comment 1.
Flags: needinfo?(hsteen)
Comment 3•9 years ago
|
||
IMHO it's slightly non-kosher to mark a bug as a dupe of a META bug.
On the other hand, this is clearly a dupe of bug 918709 so I suggest you close it as such :)
Flags: needinfo?(hsteen)
Comment 4•9 years ago
|
||
Fair enough :)
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 5•8 years ago
|
||
Ooops, I need to put the ddn on the correct bug, not this dupe. Fixing.
Keywords: dev-doc-needed
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•