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 323966d  Fixes wrong constant value
323966d is described below

commit 323966d6f48c2970a4d9067c37bf902e9a85330f
Author: Lukasz Lenart <lukasz.len...@gmail.com>
AuthorDate: Thu Dec 6 08:47:00 2018 +0100

    Fixes wrong constant value
---
 source/core-developers/action-mapper.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/core-developers/action-mapper.md 
b/source/core-developers/action-mapper.md
index 65e7bfc..8c8ffa1 100644
--- a/source/core-developers/action-mapper.md
+++ b/source/core-developers/action-mapper.md
@@ -140,7 +140,7 @@ A prefix based action mapper that is capable of delegating 
to other `ActionMappe
 It is configured through `struts.xml`. For example, with the following entries 
in `struts.xml`:
 
 ```xml
-<constant name="struts.mapper.class" 
value="org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper"/>
+<constant name="struts.mapper.class" value="prefix"/>
 
 <constant name="struts.mapper.prefixMapping" value="
   /communities:pseudoRestful,

Reply via email to