tomcat icon indicating copy to clipboard operation
tomcat copied to clipboard

Apache Tomcat

Results 39 tomcat issues
Sort by recently updated
recently updated
newest added

Hi, this adds a AccessLogValve which logs to stderr in JSON format. sadly the existing code is very entagled in this regards, that the AccessLogElement does cover two functions: formatting...

For complex deployments with many dependencies, it's easy to lose track of exactly which ones are causing trouble. Currently, you need to look inside each of your dependency jars in...

Observe if system property for MR JAR is available - Check if the JVM system property for MR-JAR is set - If set, parse the value as a boolean -...

Since Java 8 the default level of a root logger is no longer set in the constructor. This PR sets the level to INFO (LogManager's default) if it is absent....

fix:https://bz.apache.org/bugzilla/show_bug.cgi?id=63080 Hi all, I have implemented RFC7239 as I understand it, but as this is my first time implementing RFC functionality, I may not have a good understanding of RFC...

These 2 error reporting valves allow to delegate error report for dynamic generation to an external source either via issuing a redirect or proxying the request.

@michael-o Here's the patch to add support for additional user attributes to DataSourceRealm.