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

Goal is to be able to have metrics without having to re-register them or to use reflection, even when JMX is disabled - including GraalVM case - but short term...

Enables the USE_TLS_RESPONSE message to be changed at a global level. A possible use case would be a redirect to HTTPS

The Tomcat-JDBC-Connection-Pool is designed to handle more pool (access to different databases) instances. However there's a single static instance for cleaning the pool(s) named poolCleanTimer which apparently has to handle...

This change fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=69381 by caching the JVM-provided `Method[]`. The OpenJDK compiler creates duplicate `Method` objects on every call to `Class.getMethods()`, which is an expensive task that is only made...

replace #760: redo pr , change src branche from "main" to a dedicated branch "main_BZ69355". for headers section, compliance with draft spec of "https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers ". comparing with no-ratelimit / or...

https://bz.apache.org/bugzilla/show_bug.cgi?id=55470

This is an effort of introducing Parameter Limit Valve to allow limiting the number of parameters in HTTP requests, but explicitly allowing more parameters for specific URLs. (The idea raised...

This patch adds an optional `requestIdHeader` configuration to `RemoteIpFilter`, that when used, sets the `XForwardedRequest.requestId` to the value passed with that header. By default, `requestIdHeader` is set to an empty...