Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] limit static content to a list of file types

I am running Jetty 8.x.  I would like to limit the static content that is served by Jetty to a list of file types (png, jpg, etc).  I want to make sure that XML is never served.  I have read over the docs but I don't understand what I need to do to make this work.

The DefaultServlet is handling the static content.

--
Andrew Penhorwood
andrew@xxxxxxxxxxxx
www.coldbits.com

Back to the top