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 7d5404e Updates production by Jenkins
7d5404e is described below
commit 7d5404e042d2757fe399bb33df72b666eb6d457f
Author: jenkins <[email protected]>
AuthorDate: Mon Dec 10 07:31:15 2018 +0000
Updates production by Jenkins
---
content/core-developers/static-content.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/core-developers/static-content.html
b/content/core-developers/static-content.html
index 6bcc52b..715313c 100644
--- a/content/core-developers/static-content.html
+++ b/content/core-developers/static-content.html
@@ -170,7 +170,7 @@ your static content to the web application directory, and
let the container hand
<p>If there is a request that Struts is handling as an action, and you wish to
make Struts ignore it, you can do so by specifying
a comma separated list of regular expressions like:</p>
-<div class="highlighter-rouge"><pre class="highlight"><code><span
class="nt"><constant</span> <span class="na">name=</span><span
class="s">"struts.action.excludePattern"</span> <span
class="na">value=</span><span class="s">"/some/conent/.*?"</span> <span
class="nt">/></span>
+<div class="highlighter-rouge"><pre class="highlight"><code><span
class="nt"><constant</span> <span class="na">name=</span><span
class="s">"struts.action.excludePattern"</span> <span
class="na">value=</span><span class="s">"/some/content/.*?"</span> <span
class="nt">/></span>
</code></pre>
</div>