On Thu, 2013-07-18 at 16:50 +0200, Oleg Kalnichevski wrote: > On Thu, 2013-07-18 at 19:47 +0530, Kasun Indrasiri wrote: > > Hi devs, > > > > Does httpcode support HTTP PATCH (RF5789) method? Apparently httpclient > > supports it. > > > > Hi Kasun > > What is unusual about PATCH method that requires special support? > > Oleg >
HTTP PATCH is rejected by httpcore server by default in request factory[1]. You have to provide your own implementations to support it. [1] http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/impl/DefaultHttpRequestFactory.java Regards, James --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
