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/27 18:38:39 UTC

[struts] 03/04: WW-5065 Adds missing flag value

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

lukaszlenart pushed a commit to branch WW-5065-append-or-not-cherry-pick
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 3ff0ba78c171438a636d7f75c2b0a9271f932060
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Fri Apr 24 09:33:06 2020 +0200

    WW-5065 Adds missing flag value
---
 core/src/main/java/org/apache/struts2/StrutsConstants.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/struts2/StrutsConstants.java b/core/src/main/java/org/apache/struts2/StrutsConstants.java
index 6f71ce8..b48b8be 100644
--- a/core/src/main/java/org/apache/struts2/StrutsConstants.java
+++ b/core/src/main/java/org/apache/struts2/StrutsConstants.java
@@ -348,5 +348,5 @@ public final class StrutsConstants {
     public static final String STRUTS_OGNL_AUTO_GROWTH_COLLECTION_LIMIT = "struts.ognl.autoGrowthCollectionLimit";
 
     /** See {@link com.opensymphony.xwork2.config.impl.AbstractMatcher#appendNamedParameters */
-    public static final String STRUTS_MATCHER_APPEND_NAMED_PARAMETERS = "";
+    public static final String STRUTS_MATCHER_APPEND_NAMED_PARAMETERS = "struts.matcher.appendNamedParameters";
 }