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


     [ http://tools.oasis-open.org/issues/browse/ODATA-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Pizzo updated ODATA-41:
-------------------------------

       Proposal: 
Being able to specify a url that is relative to the $batch seems like a nice feature; I could (in theory) have the same $batch request applied to two different services that had the same schema (don't know how common this would be in practice, though).

I think servers should support all three, with c) taking precedence over (b) which takes precedence over (a).

  was:
Specifiy which of the URI formats a server MUST support.

The examples in the document only use (B).

    Environment: [Proposed]

> 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
>         Environment: [Proposed]
>            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]