Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] CrossOriginFilter

Hello, we are running jetty-9.4.30.v20200611 and it is working well for a Java application which has its own web.xml.  

Additionally, in $JETTY_BASE/webapps I have a static.xml file configured for serving static content via a ResourceHandler.  I need to set up a CrossOriginFilter filter for the static content.  In what file/location do I add CrossOriginFilter filter and filter-mapping block for the static content?

Thanks in advance.

Back to the top