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 1d6ec2194 Updates stage by Jenkins 1d6ec2194 is described below commit 1d6ec21945e0f2f61eb5d1183425cfe03bbef1c2 Author: jenkins <bui...@apache.org> AuthorDate: Sun Aug 7 08:48:40 2022 +0000 Updates stage by Jenkins --- .../getting-started/how-to-create-a-struts2-web-application.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/getting-started/how-to-create-a-struts2-web-application.html b/content/getting-started/how-to-create-a-struts2-web-application.html index ef9852371..61e3f2ce2 100644 --- a/content/getting-started/how-to-create-a-struts2-web-application.html +++ b/content/getting-started/how-to-create-a-struts2-web-application.html @@ -379,10 +379,6 @@ mapping to <code class="highlighter-rouge">web.xml</code>. Below is how the <cod <span class="na">xmlns:xsi=</span><span class="s">"http://www.w3.org/2001/XMLSchema-instance"</span> <span class="na">xsi:schemaLocation=</span><span class="s">"http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"</span><span class="nt">></span> <span class="nt"><display-name></span>Basic Struts2<span class="nt"></display-name></span> - <span class="nt"><welcome-file-list></span> - <span class="nt"><welcome-file></span>index<span class="nt"></welcome-file></span> - <span class="nt"></welcome-file-list></span> - <span class="nt"><filter></span> <span class="nt"><filter-name></span>struts2<span class="nt"></filter-name></span> <span class="nt"><filter-class></span>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter<span class="nt"></filter-class></span> @@ -393,6 +389,9 @@ mapping to <code class="highlighter-rouge">web.xml</code>. Below is how the <cod <span class="nt"><url-pattern></span>/*<span class="nt"></url-pattern></span> <span class="nt"></filter-mapping></span> + <span class="nt"><welcome-file-list></span> + <span class="nt"><welcome-file></span>index<span class="nt"></welcome-file></span> + <span class="nt"></welcome-file-list></span> <span class="nt"></web-app></span> </code></pre></div></div>