-
Enhancement
-
Resolution: Done
-
Major
-
3.0.10.Final, 3.0.11.Final
-
None
The internals of MapMultipartFormDataReader and MultipartInputImpl use HashMap instead of LinkedHashMap and this causes non-deterministic behavior on the order of parts.
This seems to be fixed already on the MapMultipartFormDataReader as MultipartFormDataOutput uses LinkedHashMap