-
Bug
-
Resolution: Done
-
Major
-
None
-
None
In Jakarta REST 3.1 an EntityPart type was created. RESTEasy introduced support for this type, but the implementation for String arguments is not correct. When a multipart/form-data request is made and a @FormParam is defined as a String on a request method, the parameters were attempted to be retrieved from the URL. This is incorrect as the form parts should instead be used.