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:37 UTC

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

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(-)