This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


    from 6fcb50122 Merge pull request #806 from apache/WW-5339-astmap-block
     add 13d972d6e WW-5370 Makes HttpParameters case-insensitive
     add c40978f8c WW-5370 Uses TreeMap with case-insensitive comparator
     add 4eaab8a79 WW-5370 Simplifies code
     add 102e040e0 WW-5370 Adds proper logic to handle null
     new f684effd9 Merge pull request #807 from apache/feature/http-params-case

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/struts2/dispatcher/HttpParameters.java  | 32 ++++++---
 .../org/apache/struts2/dispatcher/Parameter.java   | 13 ++++
 .../struts2/dispatcher/HttpParametersTest.java     | 78 ++++++++++++++++++++++
 3 files changed, 113 insertions(+), 10 deletions(-)
 create mode 100644 
core/src/test/java/org/apache/struts2/dispatcher/HttpParametersTest.java

Reply via email to