You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2023/05/28 07:13:08 UTC

[struts] branch master updated (c92f54218 -> 6d0a4bb0c)

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 c92f54218 Merge pull request #688 from JCgH4164838Gh792C124B5/localS2_62_ExecWaitCleanup
     add b97339e31 WW-5310 Properly parses param value with equal sign
     new 6d0a4bb0c Merge pull request #689 from apache/WW-5310-equal-sign

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:
 .../struts2/url/StrutsQueryStringParser.java       | 19 +++++++--------
 .../struts2/url/StrutsQueryStringParserTest.java   | 27 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 11 deletions(-)


[struts] 01/01: Merge pull request #689 from apache/WW-5310-equal-sign

Posted by lu...@apache.org.
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 6d0a4bb0c66f8314ecbd5441ec6f68ed5a7df4ca
Merge: c92f54218 b97339e31
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun May 28 09:12:56 2023 +0200

    Merge pull request #689 from apache/WW-5310-equal-sign
    
    [WW-5310] Properly parses param value with equal sign

 .../struts2/url/StrutsQueryStringParser.java       | 19 +++++++--------
 .../struts2/url/StrutsQueryStringParserTest.java   | 27 ++++++++++++++++++++++
 2 files changed, 35 insertions(+), 11 deletions(-)