-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Sending multipart/form-data with MicorProfileRestClient asynchronous results in exception. The same Request works synchronous as expected. During analysis it was found that the data is not coming as a GenericEntity to the available MessageBodyWriters in async flow, thus resulting in an incorrect MBW being picked up, which results in an exception. Further analysis led to the ClientInvoker.invokeAsync() method where this data is set to entity. Here entity is set in raw format and thus going as a immutable list to the downstream. So a code fix is required to cast the data to GenericEntity if it's not originally.
- is incorporated by
-
WFLY-21250 Upgrade RESTEasy to 7.0.1.Final in WildFly Preview
-
- Resolved
-
-
WFLY-21251 Upgrade RESTEasy to 6.2.15.Final
-
- Resolved
-