Repository: struts
Updated Branches:
  refs/heads/struts-2-3-24-2 ebc8222e7 -> 36b6fff05


Cleans up excludedClasses


Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/036307bc
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/036307bc
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/036307bc

Branch: refs/heads/struts-2-3-24-2
Commit: 036307bc089f717de590ae2a1ecdef2f27adfb50
Parents: ebc8222
Author: Lukasz Lenart <lukaszlen...@apache.org>
Authored: Wed Apr 20 13:57:06 2016 +0200
Committer: Lukasz Lenart <lukaszlen...@apache.org>
Committed: Wed Apr 20 13:57:06 2016 +0200

----------------------------------------------------------------------
 core/src/main/resources/struts-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/036307bc/core/src/main/resources/struts-default.xml
----------------------------------------------------------------------
diff --git a/core/src/main/resources/struts-default.xml 
b/core/src/main/resources/struts-default.xml
index 56621a7..f56651d 100644
--- a/core/src/main/resources/struts-default.xml
+++ b/core/src/main/resources/struts-default.xml
@@ -46,8 +46,8 @@
                 java.lang.Class,
                 java.lang.ClassLoader,
                 java.lang.Shutdown,
+                java.lang.ProcessBuilder,
                 ognl.OgnlContext,
-                ognl.MemberAccess,
                 ognl.ClassResolver,
                 ognl.TypeConverter,
                 ognl.MemberAccess,

Reply via email to