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] Created: (ODATA-41) Specify which URL formats are acceptable within $batch, and which to prefer


Specify which URL formats are acceptable within $batch, and which to prefer
---------------------------------------------------------------------------

                 Key: ODATA-41
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-41
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData Batch Processing Format v1.0
    Affects Versions: WD01
            Reporter: Ralf Handl
             Fix For: WD01


Current OData server implementations allow some or all of the following URI formats within the multi-part batch requests:

A) relative to the $batch URI, e.g. 

GET People(1) HTTP/1.1


B) absolute with separate Host header, e.g.

GET /service/root/path/People(1) HTTP/1.1
Host: myserver.mydomain.org


C) absolute with schema, host, and port, and without Host header, e.g.

GET https://myserver.mydomain.org/service/root/path/People(1) HTTP/1.1




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


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