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