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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 6cb60da  Update wildcard-mappings.md (#156)
6cb60da is described below

commit 6cb60da2b4f8c882c8c1e28a96566e3e9459de0b
Author: Oliver-Hull-III <ohu...@binghamton.edu>
AuthorDate: Tue Mar 9 01:05:55 2021 -0500

    Update wildcard-mappings.md (#156)
    
    * Update wildcard-mappings.md
    
    This value is required for the field to be set, as of version 2.5.25
---
 source/core-developers/wildcard-mappings.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/source/core-developers/wildcard-mappings.md 
b/source/core-developers/wildcard-mappings.md
index bd4f3a7..a34c058 100644
--- a/source/core-developers/wildcard-mappings.md
+++ b/source/core-developers/wildcard-mappings.md
@@ -147,6 +147,8 @@ constants must be set:
 <constant name="struts.enable.SlashesInActionNames" value="true"/>
 <constant name="struts.mapper.alwaysSelectFullNamespace" value="false"/>
 <constant name="struts.patternMatcher" value="regex" />
+
+<constant name="struts.matcher.appendNamedParameters" value="true"/>   <!-- 
Required from 2.5.25+ -->
 ```
 
 The regular expressions can be in two forms, the simplest one is 
`{FIELD_NAME}`, in which case the field with 

Reply via email to