aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Glass-Husain <wglass@forio.com>2020-08-05 20:59:36 -0700
committerWill Glass-Husain <wglass@forio.com>2020-08-05 20:59:36 -0700
commit3f5d477bb4f4397bed2d2926c35dcef7de3aae3e (patch)
tree042fe15ac705c1b9a85c1a1fdb21379e5d5e5ce1
parent15909056fe51f5d39d49e101d706d3075876dde4 (diff)
downloadapache-velocity-engine-3f5d477bb4f4397bed2d2926c35dcef7de3aae3e.tar.gz
add further tomcat class to restricted list
-rw-r--r--velocity-engine-core/src/test/resources/oldproperties/velocity.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/velocity-engine-core/src/test/resources/oldproperties/velocity.properties b/velocity-engine-core/src/test/resources/oldproperties/velocity.properties
index 6179f93b..ce487db0 100644
--- a/velocity-engine-core/src/test/resources/oldproperties/velocity.properties
+++ b/velocity-engine-core/src/test/resources/oldproperties/velocity.properties
@@ -243,6 +243,7 @@ introspector.restrict.classes = java.lang.ThreadLocal
# Restrict instance managers for common servlet containers (Tomcat, JBoss, Jetty)
introspector.restrict.classes = org.apache.catalina.core.DefaultInstanceManager
+introspector.restrict.classes = org.apache.tomcat.SimpleInstanceManager
introspector.restrict.classes = org.wildfly.extension.undertow.deployment.UndertowJSPInstanceManager
introspector.restrict.classes = org.eclipse.jetty.util.DecoratedObjectFactory