-
Bug
-
Resolution: Done
-
Major
-
3.5.0.Final
-
None
-
-
Workaround Exists
-
On PATCH request in RestEasy endpoint, if the MediaType of the request if of type and subtype application/json-patch+json with argument with it, in our case charset:utf-8 parameter, the patch request filter org.jboss.resteasy.plugins.providers.jackson.PatchMethodFilter doesn't handle this request as a PATCH request.
In our case, the request come from a React Native application, on Android version, the same code works on iOs, which doesn't add the charset at the end of the content-type.
- is cloned by
-
JBEAP-17372 (7.2.z) RESTEASY-2027 - PatchMethodFilter doesn't handle request of MediaType application/json-patch+json if MediaType have argument
- Closed
- is incorporated by
-
JBEAP-17372 (7.2.z) RESTEASY-2027 - PatchMethodFilter doesn't handle request of MediaType application/json-patch+json if MediaType have argument
- Closed