Re: Is JsonAccessLogValve still supported in Tomcat 10.1.x?

2024-12-15 Thread Dan Rabe
? Mark, On 12/14/24 2: 03 AM, Mark Thomas wrote: > 13 Dec 2024 21: 40: 23 Christopher Schultz : > >> Dan, >> >> On 12/13/24 4: 07 PM, Dan Rabe wrote: >>> I noticed that JsonAccessLogValve Mark, On 12/14/24 2:03 AM, Mark Thomas wrote: > 13 Dec 2024 21:40

Is JsonAccessLogValve still supported in Tomcat 10.1.x?

2024-12-13 Thread Dan Rabe
Hi, I noticed that JsonAccessLogValve is documented in the Tomcat 9 configuration docs (https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html) as well as the Tomcat 11 docs (https://tomcat.apache.org/tomcat-11.0-doc/config/valve.html )…but is not mentioned in the Tomcat 10 docs (https:/

RewriteValve and the ROOT webapp

2017-08-30 Thread Dan Rabe
precautions should I take? Security guides such as https://www.owasp.org/index.php/Securing_tomcat recommend removing the ROOT webapp, but without providing reasons or rationale. Thank you! --Dan Rabe

IllegalStateException when using CometConnectionManagerValve

2008-03-10 Thread Dan Rabe
We're writing an application that processes requests using both a normal servlet and a CometProcessor. The normal servlet handles user authentication and logout (among other things). Once the user has been authenticated, the client makes a Comet request, which is open until the server has somet