This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git
commit f684effd9a5caf465dae131ae2fcb4daa301f80e Merge: 6fcb50122 102e040e0 Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Tue Dec 12 10:26:17 2023 +0100 Merge pull request #807 from apache/feature/http-params-case [WW-5370] Makes HttpParameters case-insensitive .../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(-)