Hello all,

I use an embedded Jetty 10 server. My server setup code adds a number of ContextHandlers that each wrap a ResourceHandler to server static content on paths like /images and /scripts etc. Finally a single ServletContextHandler that wraps a ServletHolder is added at / to handle all other requests.

This same setup code has been used through various Jetty versions (with some slight modifications for major version jumps) and has worked fine up until Jetty 10.0.6. But starting from Jetty 10.0.7 it no longer works because requests for the static contents all result in 404 errors.

Did anything change in the 10.0.7 release that could explain this? I did not see anything in the change log that sounds remotely related but I could be wrong.

Thanks,

Silvio

_______________________________________________
jetty-users mailing list
jetty-users@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/jetty-users

Reply via email to