At some point in the recent past, Confluence removed the filter chain from web.xml
<!--
Note that all Servlets and Filters are registered via the Java API.
See com.atlassian.confluence.impl.webapp.ServletsInitializer
-->
What is the recommended way to get MY filter into the filter chain? Placing it in the web.xml did not work.