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 91b53bf Updates production by Jenkins 91b53bf is described below commit 91b53bf18f289fdcfad4d46145c7e7ebd00962f2 Author: jenkins <bui...@apache.org> AuthorDate: Sat Jan 6 09:31:05 2018 +0000 Updates production by Jenkins --- content/core-developers/web-xml.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/core-developers/web-xml.html b/content/core-developers/web-xml.html index 70c157d..5884f2f 100644 --- a/content/core-developers/web-xml.html +++ b/content/core-developers/web-xml.html @@ -201,7 +201,7 @@ and execution phase</p> This is because Struts 2 serves static content from its jar files, including Dojo JavaScript files (if using S2.0, or the Dojo plugin in S2.1+) and FreeMarker templates for the Struts 2 tags that produce HTML.</p> -<p>If we change the filter mapping to something else, for example <code class="highlighter-rouge">/*.html</code>, we must take this in to account and extract +<p>If we change the filter mapping to something else, for example <code class="highlighter-rouge">/*.html</code>, we must take this into account and extract the content that would normally be served from the Struts 2 jar files, or some other solution.</p> <p>Since Struts 2.1.7, you are able to provide a comma separated list of patterns for which when matching against -- To stop receiving notification emails like this one, please contact ['"commits@struts.apache.org" <commits@struts.apache.org>'].