Every filter defined in ``++web.xml++`` file should be used in a ``++++`` element. Otherwise such filters are not invoked. == Noncompliant Code Example ---- DefinedNotUsed com.myco.servlet.ValidationFilter ---- == Compliant Solution ---- ValidationFilter com.myco.servlet.ValidationFilter ValidationFilter /* ---- == See * https://www.owasp.org/index.php/Top_10-2017_A6-Security_Misconfiguration[OWASP Top 10 2017 Category A6] - Security Misconfiguration ifdef::env-github,rspecator-view[] ''' == Implementation Specification (visible only on this page) include::message.adoc[] ''' == Comments And Links (visible only on this page) include::comments-and-links.adoc[] endif::env-github,rspecator-view[]