← Prev in month ← Prev in thread
Next in thread → Next in month →

[OASIS Issue Tracker] (ODATA-1343) Multipart Batch Request Body example is missing required CRLF before first occurrence of boundary

From
OASIS Issues Tracker <>
Date
2019-12-02T22:06:02+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-1343) Multipart Batch Request Body example is missing required CRLF before first occurrence of boundary
Evan Ireland created ODATA-1343:
-----------------------------------

             Summary: Multipart Batch Request Body example is missing required CRLF before first occurrence of boundary
                 Key: ODATA-1343
                 URL: https://issues.oasis-open.org/browse/ODATA-1343
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
    Affects Versions: V4.0_OS
         Environment: In protocol spec v4.01, sectionÂ11.7.7.1 Multipart Batch Request Body example...

After Content-Length: ###

there is a single blank line (which is required to terminate the HTTP headers).

Now RFC2046 states:

   "The boundary delimiter MUST occur at the beginning of a line, i.e.,
   following a CRLF, and the initial CRLF is considered to be attached
   to the boundary delimiter line rather than part of the preceding
   part.  "

So after the Content-Length: ### in the example should appear two blank lines (i.e. two CRLF pairs). The second CRLF pair will be the beginning of the first boundary occurrence.

            Reporter: Evan Ireland






--
This message was sent by Atlassian Jira
(v8.3.3#803004)
← Prev in month ← Prev in thread
Next in thread → Next in month →