Closed
Bug 730925
Opened 13 years ago
Closed 12 years ago
XHR.getAllResponseHeaders should use CRLF, not LF per spec
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: Ms2ger, Assigned: capella)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
We seem to separate headers with just LFs. (Both in nsHeaderVisitor::VisitHeader and nsXMLHttpRequest::GetAllResponseHeaders)
Assignee | ||
Comment 1•12 years ago
|
||
Original TRY version of the patch didn't contain change to mochitest: content/base/test/test_XHR.html
https://tbpl.mozilla.org/?tree=Try&rev=67ce3b709cab
Controlled TRY test of current version with corrected regex:
https://tbpl.mozilla.org/?tree=Try&rev=72c2a8e36a4e
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 645225 [details] [diff] [review]
Patch (v1)
Review of attachment 645225 [details] [diff] [review]:
-----------------------------------------------------------------
I guess this is fine, but I don't understand the regex at all :)
Can you verify we pass <http://w3c-test.org/webapps/XMLHttpRequest/tests/submissions/Opera/getallresponseheaders-cookies.htm> with this patch?
Attachment #645225 -
Flags: feedback?(Ms2ger) → feedback+
Assignee | ||
Comment 3•12 years ago
|
||
Regex is new to me also, I learn just enough to make required patches.
For the linked test, without patch we get:
assert_true: Headers should include a CRLF pair. expected true got false
with the patch it still fails, but now for a different reason / later test:
assert_true: Headers should include the custom header. expected true got false
Assignee | ||
Comment 4•12 years ago
|
||
Nice. With your changes, and this patch, the test page "custom header" error went away:
Pass XMLHttpRequest: getAllResponseHeaders() excludes cookies
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 645225 [details] [diff] [review]
Patch (v1)
Review request from Module Owner...
Attachment #645225 -
Flags: review?(jst)
Comment 6•12 years ago
|
||
Comment on attachment 645225 [details] [diff] [review]
Patch (v1)
r=jst assuming Jonas agrees with the spec here. Jonas, any reason not to take this change?
Attachment #645225 -
Flags: review?(jst)
Attachment #645225 -
Flags: review?(jonas)
Attachment #645225 -
Flags: review+
Comment on attachment 645225 [details] [diff] [review]
Patch (v1)
As long as this is the behavior defined by spec
Attachment #645225 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 8•12 years ago
|
||
Push to TRY:
https://tbpl.mozilla.org/?tree=Try&rev=a4e3236387dc
Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Depends on: 778213
Updated•12 years ago
|
Keywords: dev-doc-needed
Updated•12 years ago
|
Component: DOM: Mozilla Extensions → DOM
XHR doc updated - https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest#getAllResponseHeaders%28%29
Keywords: dev-doc-needed → dev-doc-complete
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
•