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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new c06c039  Updates production by Jenkins
c06c039 is described below

commit c06c039f85fa8c28ab7fc4ea3f06865d78a54329
Author: jenkins <bui...@apache.org>
AuthorDate: Thu Dec 6 08:00:52 2018 +0000

    Updates production by Jenkins
---
 content/core-developers/action-mapper.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/core-developers/action-mapper.html 
b/content/core-developers/action-mapper.html
index 4c65a54..436d396 100644
--- a/content/core-developers/action-mapper.html
+++ b/content/core-developers/action-mapper.html
@@ -279,7 +279,7 @@ and “restful” which is <code 
class="highlighter-rouge">org.apache.struts2.di
 <p>A prefix based action mapper that is capable of delegating to other <code 
class="highlighter-rouge">ActionMapper</code>s based on the request’s prefix.
 It is configured through <code class="highlighter-rouge">struts.xml</code>. 
For example, with the following entries in <code 
class="highlighter-rouge">struts.xml</code>:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code><span 
class="nt">&lt;constant</span> <span class="na">name=</span><span 
class="s">"struts.mapper.class"</span> <span class="na">value=</span><span 
class="s">"org.apache.struts2.dispatcher.mapper.PrefixBasedActionMapper"</span><span
 class="nt">/&gt;</span>
+<div class="highlighter-rouge"><pre class="highlight"><code><span 
class="nt">&lt;constant</span> <span class="na">name=</span><span 
class="s">"struts.mapper.class"</span> <span class="na">value=</span><span 
class="s">"prefix"</span><span class="nt">/&gt;</span>
 
 <span class="nt">&lt;constant</span> <span class="na">name=</span><span 
class="s">"struts.mapper.prefixMapping"</span> <span 
class="na">value=</span><span class="s">"</span>
   <span class="err">/communities:pseudoRestful,</span>

Reply via email to