Repository: struts
Updated Branches:
refs/heads/struts-2-3-20-2 f5c34b9b5 -> bbbf43ec5
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/717b2ec7
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/717b2ec7
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/717b2ec7
Branch: refs/heads/struts-2-3-20-2
Commit: 717b2ec7d6fa0e217cb462af4a27279db4fc646e
Parents: f5c34b9
Author: Lukasz Lenart <lukaszlenart@apache.org>
Authored: Wed Apr 20 12:37:46 2016 +0200
Committer: Lukasz Lenart <lukaszlenart@apache.org>
Committed: Wed Apr 20 12:37:46 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/717b2ec7/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 b3fab8f..4eadf02 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,
|