-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
Currently the MultipartFormDataInputImpl uses a HashMap for retaining it's form data. It should use a LinkedHashMap or some other FIFO map for the form data. We should ensure other readers/writers also use the same type of map.
- is incorporated by
-
WFLY-19031 Upgrade RESTEasy from 6.2.7.Final to 6.2.8.Final
- Closed
- is related to
-
RESTEASY-3217 MultipartFormDataOutput should use an ordered map instead of a HashMap
- Resolved