Skip to content

Commit

Permalink
INTERLOK-4044 Remove ElContextClenader as this is deprecated and does…
Browse files Browse the repository at this point in the history
…n't need replacement.

jetty/jetty.project#8712
  • Loading branch information
Sebastien Belin committed Jun 26, 2023
1 parent ca662c7 commit 1b75e32
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,6 @@
This file is applied to a Web application before its own WEB_INF/web.xml file
</description>

<!-- ==================================================================== -->
<!-- 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>

<!-- ==================================================================== -->
<!-- Removes static cache of Methods from java.beans.Introspector to -->
<!-- ensure webapp classloader can be released on undeploy -->
Expand Down

0 comments on commit 1b75e32

Please sign in to comment.