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 e5fb645 Updates production by Jenkins
e5fb645 is described below
commit e5fb6459a4b3473da54851cac5d1cadf9c561d55
Author: jenkins <[email protected]>
AuthorDate: Wed Jan 31 07:00:55 2018 +0000
Updates production by Jenkins
---
content/core-developers/namespace-configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/core-developers/namespace-configuration.html
b/content/core-developers/namespace-configuration.html
index f881247..304497e 100644
--- a/content/core-developers/namespace-configuration.html
+++ b/content/core-developers/namespace-configuration.html
@@ -191,7 +191,7 @@ in the namespace <code
class="highlighter-rouge">/barspace</code>, therefore the
<p>In the Namespace Example, if a request for <code
class="highlighter-rouge">moo.action</code> is made, the root namespace <code
class="highlighter-rouge">"/"</code> is searched for a <code
class="highlighter-rouge">moo</code>
action; if a root action is not found, the default namespace is checked. In
this case, the <code class="highlighter-rouge">moo</code> action does exist
-and will be executed. Upon success, the request would be forwarded to <code
class="highlighter-rouge">bar2.jsp</code>.</p>
+and will be executed. Upon success, the request would be forwarded to <code
class="highlighter-rouge">moo.jsp</code>.</p>
<p>If a request is made for <code
class="highlighter-rouge">/foo.action</code>, the root <code
class="highlighter-rouge">"/"</code> namespace will be checked. If <code
class="highlighter-rouge">foo</code> is found, the root action
will be selected. Otherwise, the framework will check the default namespace.
In the Namespace Example, the <code class="highlighter-rouge">foo</code> action
--
To stop receiving notification emails like this one, please contact
[email protected].