OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [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)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]