Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] How to handle META-INF/resources before filter?

Hi,

I've cross-posted this question to http://stackoverflow.com/q/22396973/14731

Is it possible to route incoming requests (to the same URI pattern) to META-INF/resources, and if no match is found, pass the request on to filter/servlet?

I've tried handling both from a single WebAppContext, or two separate instances but neither approach worked. I can only get Jetty to process one, or the other, but not both.

Thanks,
Gili


Back to the top