You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by gi...@apache.org on 2018/09/07 20:00:56 UTC

[struts-site] branch asf-site updated: Updates production by Jenkins

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

commit b234695637a19c4ddda4b7e81f0ae8dfebbbdc6e
Author: jenkins <bu...@apache.org>
AuthorDate: Fri Sep 7 20:00:54 2018 +0000

    Updates production by Jenkins
---
 content/core-developers/interceptors.html       | 16 +++++-----------
 content/core-developers/struts-default-xml.html | 16 +++++-----------
 content/submitting-patches.html                 |  2 +-
 3 files changed, 11 insertions(+), 23 deletions(-)

diff --git a/content/core-developers/interceptors.html b/content/core-developers/interceptors.html
index 5409037..fdfc05a 100644
--- a/content/core-developers/interceptors.html
+++ b/content/core-developers/interceptors.html
@@ -272,11 +272,6 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t
                 <span class="err">java.lang.ClassLoader,</span>
                 <span class="err">java.lang.Shutdown,</span>
                 <span class="err">java.lang.ProcessBuilder,</span>
-                <span class="err">ognl.OgnlContext,</span>
-                <span class="err">ognl.ClassResolver,</span>
-                <span class="err">ognl.TypeConverter,</span>
-                <span class="err">ognl.MemberAccess,</span>
-                <span class="err">com.opensymphony.xwork2.ognl.SecurityMemberAccess,</span>
                 <span class="err">com.opensymphony.xwork2.ActionContext"</span> <span class="nt">/&gt;</span>
 
     <span class="c">&lt;!-- this must be valid regex, each '.' in package name must be escaped! --&gt;</span>
@@ -286,17 +281,16 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t
     <span class="c">&lt;!-- this is simpler version of the above used with string comparison --&gt;</span>
     <span class="nt">&lt;constant</span> <span class="na">name=</span><span class="s">"struts.excludedPackageNames"</span>
               <span class="na">value=</span><span class="s">"</span>
-                <span class="err">com.opensymphony.xwork2.ognl.,</span>
-                <span class="err">java.lang.,</span>
                 <span class="err">ognl.,</span>
-                <span class="err">javax,</span>
+                <span class="err">javax.,</span>
                 <span class="err">freemarker.core.,</span>
                 <span class="err">freemarker.template.,</span>
                 <span class="err">freemarker.ext.rhino.,</span>
-                <span class="err">freemarker.ext.beans.,</span>
-                <span class="err">sun.misc.,</span>
                 <span class="err">sun.reflect.,</span>
-                <span class="err">javassist."</span> <span class="nt">/&gt;</span>
+                <span class="err">javassist.,</span>
+                <span class="err">com.opensymphony.xwork2.ognl.,</span>
+                <span class="err">com.opensymphony.xwork2.security.,</span>
+                <span class="err">com.opensymphony.xwork2.util."</span> <span class="nt">/&gt;</span>
 
     <span class="nt">&lt;bean</span> <span class="na">class=</span><span class="s">"com.opensymphony.xwork2.ObjectFactory"</span> <span class="na">name=</span><span class="s">"struts"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;bean</span> <span class="na">type=</span><span class="s">"com.opensymphony.xwork2.factory.ResultFactory"</span> <span class="na">name=</span><span class="s">"struts"</span> <span class="na">class=</span><span class="s">"org.apache.struts2.factory.StrutsResultFactory"</span> <span class="nt">/&gt;</span>
diff --git a/content/core-developers/struts-default-xml.html b/content/core-developers/struts-default-xml.html
index fab4f27..4c0cda6 100644
--- a/content/core-developers/struts-default-xml.html
+++ b/content/core-developers/struts-default-xml.html
@@ -187,11 +187,6 @@ setting in <a href="struts-properties.html">struts.properties</a>.</p>
                 <span class="err">java.lang.ClassLoader,</span>
                 <span class="err">java.lang.Shutdown,</span>
                 <span class="err">java.lang.ProcessBuilder,</span>
-                <span class="err">ognl.OgnlContext,</span>
-                <span class="err">ognl.ClassResolver,</span>
-                <span class="err">ognl.TypeConverter,</span>
-                <span class="err">ognl.MemberAccess,</span>
-                <span class="err">com.opensymphony.xwork2.ognl.SecurityMemberAccess,</span>
                 <span class="err">com.opensymphony.xwork2.ActionContext"</span> <span class="nt">/&gt;</span>
 
     <span class="c">&lt;!-- this must be valid regex, each '.' in package name must be escaped! --&gt;</span>
@@ -201,17 +196,16 @@ setting in <a href="struts-properties.html">struts.properties</a>.</p>
     <span class="c">&lt;!-- this is simpler version of the above used with string comparison --&gt;</span>
     <span class="nt">&lt;constant</span> <span class="na">name=</span><span class="s">"struts.excludedPackageNames"</span>
               <span class="na">value=</span><span class="s">"</span>
-                <span class="err">com.opensymphony.xwork2.ognl.,</span>
-                <span class="err">java.lang.,</span>
                 <span class="err">ognl.,</span>
-                <span class="err">javax,</span>
+                <span class="err">javax.,</span>
                 <span class="err">freemarker.core.,</span>
                 <span class="err">freemarker.template.,</span>
                 <span class="err">freemarker.ext.rhino.,</span>
-                <span class="err">freemarker.ext.beans.,</span>
-                <span class="err">sun.misc.,</span>
                 <span class="err">sun.reflect.,</span>
-                <span class="err">javassist."</span> <span class="nt">/&gt;</span>
+                <span class="err">javassist.,</span>
+                <span class="err">com.opensymphony.xwork2.ognl.,</span>
+                <span class="err">com.opensymphony.xwork2.security.,</span>
+                <span class="err">com.opensymphony.xwork2.util."</span> <span class="nt">/&gt;</span>
 
     <span class="nt">&lt;bean</span> <span class="na">class=</span><span class="s">"com.opensymphony.xwork2.ObjectFactory"</span> <span class="na">name=</span><span class="s">"struts"</span><span class="nt">/&gt;</span>
     <span class="nt">&lt;bean</span> <span class="na">type=</span><span class="s">"com.opensymphony.xwork2.factory.ResultFactory"</span> <span class="na">name=</span><span class="s">"struts"</span> <span class="na">class=</span><span class="s">"org.apache.struts2.factory.StrutsResultFactory"</span> <span class="nt">/&gt;</span>
diff --git a/content/submitting-patches.html b/content/submitting-patches.html
index ee14b6c..db68a1f 100644
--- a/content/submitting-patches.html
+++ b/content/submitting-patches.html
@@ -165,7 +165,7 @@ will replicate them to all the clones, that’s why using GitHub is a preferred
 
 <h2 id="non-committers">Non-committers</h2>
 
-<p>If you aren’t a committer you can still the repo from Apache Gitbox but you won’t be able push any changes to it.
+<p>If you aren’t a committer you can still clone the repo from Apache Gitbox but you won’t be able push any changes to it.
 That’s why it is better to use GitHub</p>
 
 <div class="highlighter-rouge"><pre class="highlight"><code>git clone https://gitbox.apache.org/repos/asf/struts.git