users@jersey.java.net

[Jersey] Re: Sending a PATCH request from JAX-RS client?

From: Simon Roberts <simon_at_dancingcloudphotography.com>
Date: Thu, 9 Apr 2015 11:13:14 -0600

Thanks Markus,

That pushed my search a little further, and eventually I found that Jersey
has a (seemingly undocumented?) feature for this:

client.property(HttpUrlConnectorProvider.SET_METHOD_WORKAROUND, true);

Seems to solve this adequately. Weird that it doens't appear to show up in
the docs. Perhaps PATCH isn't all that common?

Cheers,
Simon


Subject: [Jersey] Re: Sending a PATCH request from JAX-RS client?
>
> See
> https://blogs.oracle.com/PavelBucek/entry/jersey_client_making_requests_with
> but AFAIK the name of the property was changed meanwhile.
>
>
>
> Regards
>
> -Markus
>
>
>