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

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 3eeea9c  Updates stage by Jenkins
3eeea9c is described below

commit 3eeea9c63b37d798c39cda34f15dc3d0deb8fb84
Author: jenkins <bui...@apache.org>
AuthorDate: Fri May 29 06:06:40 2020 +0000

    Updates stage by Jenkins
---
 content/core-developers/action-mapper.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/core-developers/action-mapper.html 
b/content/core-developers/action-mapper.html
index 96be4f3..08a34e6 100644
--- a/content/core-developers/action-mapper.html
+++ b/content/core-developers/action-mapper.html
@@ -186,14 +186,14 @@ to map to the action named <code 
class="highlighter-rouge">foo</code> and the m
 
 <blockquote>
   <p>NOTE: By default support for the <code 
class="highlighter-rouge">action:</code> prefix has been disabled since Struts 
2.3.15.3, please use the below 
-constants to enable it:</p>
+constant to enable it:</p>
   <ul>
     <li>using <code class="highlighter-rouge">struts.properties</code>:
-      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  struts.mapper.action.prefix.enabled=true
+      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>struts.mapper.action.prefix.enabled=true
 </code></pre></div>      </div>
     </li>
     <li>or using <code class="highlighter-rouge">struts.xml</code>:
-      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>  &lt;constant 
name="struts.mapper.action.prefix.enabled" value="true"/&gt;
+      <div class="highlighter-rouge"><div class="highlight"><pre 
class="highlight"><code>&lt;constant name="struts.mapper.action.prefix.enabled" 
value="true"/&gt;
 </code></pre></div>      </div>
     </li>
   </ul>

Reply via email to