Closed
Bug 297185
Opened 20 years ago
Closed 20 years ago
XMLHttpRequest extra CRLF when posting XML document
Categories
(Core :: XML, defect)
Core
XML
Tracking
()
VERIFIED
DUPLICATE
of bug 246651
People
(Reporter: aaiyer, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Build Identifier: XMLHttpRequest when creating and posting an XML Document adds a preceeding extra CRLF, which goes againist RFC 2616 : "Certain buggy HTTP/1.0 client implementations generate extra CRLF's after a POST request. To restate what is explicitly forbidden by the BNF, an HTTP/1.1 client MUST NOT preface or follow a request with an extra CRLF." Reproducible: Always Steps to Reproduce: 1. Post any XML document Actual Results: Adds preceeding CRLF Expected Results: Should not add preceeding CRLF
Comment 1•20 years ago
|
||
duplicate of bug 246651, I believe. what product+version were you testing in? please always include that information.
| Reporter | ||
Comment 2•20 years ago
|
||
The branch that I am using is the Firefox 1.0.4 one. The latest firefox release... It seems to be a duplicate of bug 246651.. *** This bug has been marked as a duplicate of 246651 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 3•20 years ago
|
||
well, you might've tested in deer park instead. or a trunk nightly build. anyway, vrfy.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•