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 _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
