We are currently facing an issue while implementing basic authentication for a specific path inside a webapp context.
Our webapps have a mapped path defined in the context.xml (example: Context path="/test_web")
What we try to reach is that only the path above is secured via basic auth.
It is not possible to do it via the global web.xml (url pattern with /test_web/* does not match).