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