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-462) Support for HTTP verb tunnelling is essential because client libraries may not support PATCH


Support for HTTP verb tunnelling is essential because client libraries may not support PATCH
--------------------------------------------------------------------------------------------

                 Key: ODATA-462
                 URL: http://tools.oasis-open.org/issues/browse/ODATA-462
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: Improvement
          Components: OData Protocol 
    Affects Versions: V4.0_WD01
            Reporter: Evan Ireland


Some client libraries (e.g. HttpURLConnection in JDK 1.7) don't support PATCH, e.g. see this stack trace:

java.net.ProtocolException: Invalid HTTP method: PATCH
    at java.net.HttpURLConnection.setRequestMethod(HttpURLConnection.java:428)

To ensure maximum interoperability with clients (and not force clients to use PUT rather than PATCH), we should require OData services to support HTTP verb tunnelling.

See X-HTTP-Method in http://msdn.microsoft.com/en-us/library/dd541471.aspx


-- 
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]