Skip to content

Commit

Permalink
Issue #8712 Deprecate ELContextCleaner (#8713)
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed Oct 17, 2022
1 parent 1c242a6 commit d9b6aa0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
* See http://java.net/jira/browse/GLASSFISH-1649
* See https://bugs.eclipse.org/bugs/show_bug.cgi?id=353095
*/
@Deprecated
public class ELContextCleaner implements ServletContextListener
{
private static final Logger LOG = LoggerFactory.getLogger(ELContextCleaner.class);
Expand Down
8 changes: 0 additions & 8 deletions jetty-webapp/src/main/config/etc/webdefault.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@
Default web.xml file.
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 -->
Expand Down

0 comments on commit d9b6aa0

Please sign in to comment.