Use a simple List instead of a Hashtable to store MIME part headers. A typical MIME part has 3 headers, so that a List may actually be more efficient than a Hashtable, especially if we normalize keys to lower case. This also solves AXIOM-389 because String#equalsIgnoreCase is not locale aware (in contrast to String#toLowerCase).

4 files changed
tree: fc79251ffb4faf345f466234df15c46a27d0b819
  1. etc/
  2. legal/
  3. modules/
  4. src/
  5. NOTICE
  6. pom.xml
  7. README.txt
  8. RELEASE-NOTE.txt