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 2020/04/26 17:51:36 UTC

[struts] branch struts-2-5-x updated (5c82f02 -> e32bd7d)

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

lukaszlenart pushed a change to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git.


    from 5c82f02  Merge pull request #400 from atkaiser/WW5065-FixAbstractMatcherReplaceParams
     add 30b4304  WW-5065 Defines a new flag to control appending params
     add 2eeac36  WW-5065 Cleans up code and marks old constructor as deprecated
     add 6e1d2ad  WW-5065 Adds missing flag value
     new e32bd7d  Merge pull request #405 from apache/WW-5065-append-or-not

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:
 .../xwork2/config/impl/AbstractMatcher.java        | 69 ++++++++++++++++------
 .../xwork2/config/impl/ActionConfigMatcher.java    | 28 ++++++++-
 .../xwork2/config/impl/DefaultConfiguration.java   | 17 ++++--
 .../xwork2/config/impl/NamespaceMatcher.java       | 20 ++++++-
 .../providers/XWorkConfigurationProvider.java      |  2 +
 .../java/org/apache/struts2/StrutsConstants.java   |  3 +
 .../config/impl/ActionConfigMatcherTest.java       | 61 ++++++++++++++-----
 7 files changed, 160 insertions(+), 40 deletions(-)


[struts] 01/01: Merge pull request #405 from apache/WW-5065-append-or-not

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git

commit e32bd7dba9477496c4a7b3ce3c30630bf0a3bc3b
Merge: 5c82f02 6e1d2ad
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Sun Apr 26 19:51:29 2020 +0200

    Merge pull request #405 from apache/WW-5065-append-or-not
    
    [WW-5065] Defines a new flag to control appending params

 .../xwork2/config/impl/AbstractMatcher.java        | 69 ++++++++++++++++------
 .../xwork2/config/impl/ActionConfigMatcher.java    | 28 ++++++++-
 .../xwork2/config/impl/DefaultConfiguration.java   | 17 ++++--
 .../xwork2/config/impl/NamespaceMatcher.java       | 20 ++++++-
 .../providers/XWorkConfigurationProvider.java      |  2 +
 .../java/org/apache/struts2/StrutsConstants.java   |  3 +
 .../config/impl/ActionConfigMatcherTest.java       | 61 ++++++++++++++-----
 7 files changed, 160 insertions(+), 40 deletions(-)