https://issues.apache.org/bugzilla/show_bug.cgi?id=55599
Bug ID: 55599 Summary: 403 error on Manager when using NonLoginAuthenticator disableProxyCaching="false" on conetxt.xml Product: Tomcat 7 Version: unspecified Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Manager Assignee: dev@tomcat.apache.org Reporter: matafag...@yahoo.com Whenever I set disableProxyCaching="false" for NonLoginAuthenticator on Tomcat context.xml, the Manager starts to refuse connections with 403 http errors. The only way to use the Manager is to remove the NonLoginAuthenticator configuration. Bellow the line in the context.xml file with the configuration that starts the problem. <Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator" disableProxyCaching="false" /> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org