Skip to content

Commit

Permalink
Uncomment ELContextCleaner and IntrospectorCleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Belin authored and sebastien-belin-adp committed Jun 20, 2023
1 parent 4a31470 commit ca662c7
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
<!-- Removes static references to beans from javax.el.BeanELResolver to -->
<!-- ensure webapp classloader can be released on undeploy -->
<!-- ==================================================================== -->
<!-- <listener> -->
<!-- <listener-class>org.eclipse.jetty.servlet.listener.ELContextCleaner</listener-class> -->
<!-- </listener> -->
<listener>
<listener-class>org.eclipse.jetty.servlet.listener.ELContextCleaner</listener-class>
</listener>

<!-- ==================================================================== -->
<!-- Removes static cache of Methods from java.beans.Introspector to -->
<!-- ensure webapp classloader can be released on undeploy -->
<!-- ==================================================================== -->
<!-- <listener> -->
<!-- <listener-class>org.eclipse.jetty.servlet.listener.IntrospectorCleaner</listener-class> -->
<!-- </listener> -->
<listener>
<listener-class>org.eclipse.jetty.servlet.listener.IntrospectorCleaner</listener-class>
</listener>


<!-- ==================================================================== -->
Expand Down

0 comments on commit ca662c7

Please sign in to comment.