Re: Making classes available globally (Tomcat 7)

2020-03-29 Thread Mark Thomas
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

Making classes available globally (Tomcat 7)

2020-03-29 Thread James H. H. Lampert
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