Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1233

Map multipart/form-data readers do not preserve order as their counterpart writes do.

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Done
    • Major
    • 3.1.0.CR1, 3.0.20.Final
    • 3.0.10.Final, 3.0.11.Final
    • jaxrs
    • None

    Description

      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

      Attachments

        Activity

          People

            rsearls r searls
            tuomas_kiviaho Tuomas Kiviaho (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: