The MultipartFormDataOutput uses a HashMap for the formDataMap. This should use a LinkedHashMap to honor the users input order.
While looking at this there are two different maps being used for some reason. This should also be analyzed.
- relates to
-
RESTEASY-3465 MultipartFormDataInputImpl should use a FIFO map for it's form data
- Resolved