JAX-RS Application on the root context – how can it be done?
It’s probably not so much a bug as a limitation of the Servlet spec. The details of how a JAX-RS @ApplicationPath is handled is implementation specific, and I can’t speak for all implementations, but I’d guess the typical approach is to simply use it as a servlet URL pattern. Taking a look at Jersey’s ServletContainerInitializer … Read more