On 29/03/2020 18:02, James H. H. Lampert wrote:
> Question:
> 
> In order to serve a Content-Security-Policy header, we have installed a
> filter in the context-level web.xml, that calls classes we've added to
> our webapp.
> 
> Is there a way to make new classes available globally, so they can be
> used by a filter in the global conf/web.xml? Someplace we can put the
> classes?

Package them in a JAR and put the JAR in the /lib directory or put the
class files (in the appropriate package structure) directly in the /lib
directory.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to