RoyZeng / odata4j

Automatically exported from code.google.com/p/odata4j
0 stars 0 forks source link

Server-side support for http MERGE requests #112

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
HTTP method "MERGE" isn't supported in JSR-311

We should handle non-tunneled MERGE requests on the server.  One suggestion via 
email was to subclass ServletContainer and proxy the request (see attachment).

Hard to unit-test at the moment since HttpURLConnection does not support MERGE.

Original issue reported on code.google.com by john.spurlock on 8 Jan 2012 at 10:25

Attachments:

GoogleCodeExporter commented 9 years ago
It appears I cannot do record updates until this is fixed

Original comment by p...@heypatty.com on 13 May 2013 at 3:16