-
Bug
-
Resolution: Done
-
Major
-
4.6.0.Final
-
-
Documentation (Ref Guide, User Guide, etc.), User Experience
-
Undefined
When invoking requests via a proxied client of T created via org.jboss.resteasy.client.jaxrs.ResteasyWebTarget#proxy(Class) the behaviour of mime types for javax.ws.rs.HeaderParam("Content-Type") seems inconsistent.
If I have a resource that can consume multiple mime types I would expect to be able to pass a type into my proxied client via a header param and have that type favoured in negotiation.
I have attempted to work around this with client filters which also experience some interesting behaviour that I was not able to find documented.
https://gist.github.com/tcooper-uk/70407fcf3ea4a3b9a811470b06d37d71
- causes
-
RESTEASY-3303 Client/WebTarget weirdness when setting Content-Type header
- Resolved
- is incorporated by
-
WFLY-17404 Upgrade RESTEasy to 6.2.2.Final
- Closed