You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/02/02 10:56:49 UTC

[3/3] struts git commit: Excludes dedicated ext packages

Excludes dedicated ext packages


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

Branch: refs/heads/master
Commit: ad367777cb4d1aa8a588da3a87915a3291fd5d01
Parents: 637ad1c
Author: Lukasz Lenart <lu...@apache.org>
Authored: Thu Feb 2 11:56:30 2017 +0100
Committer: Lukasz Lenart <lu...@apache.org>
Committed: Thu Feb 2 11:56:30 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/struts/blob/ad367777/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 a6f69a2..26c89ea 100644
--- a/core/src/main/resources/struts-default.xml
+++ b/core/src/main/resources/struts-default.xml
@@ -67,7 +67,8 @@
                 javax,
                 freemarker.core.,
                 freemarker.template.,
-                freemarker.ext.,
+                freemarker.ext.rhino.,
+                freemarker.ext.beans.,
                 sun.reflect.,
                 javassist." />