I have a war file (specifically, gerrit.war), that expects the container (specifically, jetty) to handle basic HTTP authentication and pass that information down to the webapp. So I don't have access to the code or to the web.xml file.
I'm following these instructions to use exiting jetty configs to wrap gerrit in a realm, but when I access the base URL (/login/) I get a 403 (Forbidden) error. I'd expect to get a 401 which would prompt my browser to ask for credentials (no?)
I can post my files but I haven't changed anything from the example above. Let me know if it would help, however..