?
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
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:/
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
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