Skip to content

Commit

Permalink
add further tomcat class to restricted list
Browse files Browse the repository at this point in the history
  • Loading branch information
wglasshusain committed Aug 6, 2020
1 parent 1590905 commit 3f5d477
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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

Expand Down

0 comments on commit 3f5d477

Please sign in to comment.