-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
If you have custom filters in your web.xml, they do not count as project dependencies, and their jar is removed i the debloated pom.xml
To Reproduce
Steps to reproduce the behavior:
- Add custom filter in
web.xml, like this:
<filter>
<filter-name>sitemesh</filter-name>
<filter-class>org.sitemesh.config.ConfigurableSiteMeshFilter</filter-class>
<init-param>
<param-name>configFile</param-name>
<param-value>/WEB-INF/classes/sitemesh3.xml</param-value>
</init-param>
</filter>
- Run depclean
Expected behavior
Web filters declared in the web.xml are added to the Dependency Usage Analysis
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working