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

MultipartFormDataInputImpl should use a FIFO map for it's form data

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.2.8.Final, 7.0.0.Alpha1
    • 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.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: