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 9298c04  Updates production by Jenkins
9298c04 is described below

commit 9298c04827021b86af0706d837ab88fee991221d
Author: jenkins <bui...@apache.org>
AuthorDate: Tue Nov 28 05:59:00 2017 +0000

    Updates production by Jenkins
---
 content/getting-started/introducing-interceptors.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/getting-started/introducing-interceptors.html 
b/content/getting-started/introducing-interceptors.html
index 16feac7..a9f7873 100644
--- a/content/getting-started/introducing-interceptors.html
+++ b/content/getting-started/introducing-interceptors.html
@@ -260,10 +260,10 @@ the following in <code 
class="highlighter-rouge">struts.xml</code>:</p>
 </code></pre>
 </div>
 
-<p>In the code above we use the interceptors node to define a new stack of 
interceptors that includes the <code class="highlighter-rouge">timer</code>, 
logging<code class="highlighter-rouge">, 
-and </code>defaultStack<code class="highlighter-rouge"> interceptors. We give 
this new interceptor stack a name of appDefault. Then we use the 
</code>default-interceptor-ref<code class="highlighter-rouge"> 
-node to specify that for all Actions defined inside this package node the 
</code>appDefault<code class="highlighter-rouge"> stack of interceptors are to 
be used. 
-Thus the </code>timer<code class="highlighter-rouge"> and </code>logging` 
interceptor will be executed for each Action in this package.</p>
+<p>In the code above we use the interceptors node to define a new stack of 
interceptors that includes the <code class="highlighter-rouge">timer</code>, 
<code class="highlighter-rouge">logging</code>, 
+and <code class="highlighter-rouge">defaultStack</code> interceptors. We give 
this new interceptor stack a name of appDefault. Then we use the <code 
class="highlighter-rouge">default-interceptor-ref</code> 
+node to specify that for all Actions defined inside this package node the 
<code class="highlighter-rouge">appDefault</code> stack of interceptors are to 
be used. 
+Thus the <code class="highlighter-rouge">timer</code> and <code 
class="highlighter-rouge">logging</code> interceptor will be executed for each 
Action in this package.</p>
 
 <p>Note that in both examples we are still executing all the other 
interceptors by including the defaultStack as one 
 of the <code class="highlighter-rouge">interceptor-ref</code> nodes. When you 
specify what interceptors you want to use for an Action or a package then only 

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <commits@struts.apache.org>'].

Reply via email to