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

Still needs a lot of work to make it usable and easily extendable but sharing for illustration (list).

JDBC 4.3 added the methods beginRequest and endRequest to java.sql.Connection. These methods hint the driver of the beginning and completion of a request (independent unit of work). Connection pooling manager...

# Context Tomcat's `RemoteIpFilter` currently allows configuring trusted/internal proxies using regexp. When integrating with reverse proxies with a large number of IP addresses, regexp configuration gets cumbersome. # Suggestion I...

I have only compile-tested this; I wanted to get feedback on the approach, how to handle errors, etc.

POC for https://lists.apache.org/thread/svjh13gswbsl4n6z3hd03r67xlktyydz

Managing multiple tomcats on multiple servers, the need came to have a way of customizing the Manager HTML interface. This PR proposes to add a simple configurable html subtitle. ![Example_of_customized_subtitle](https://github.com/apache/tomcat/assets/2412297/4716550e-37f1-4532-a388-381e1c95289d)

Using the Tomcat-JDBC library inside a Spring Native project causes the compilation step of a GraalVM native image to crash with the given error. > Exception in thread "main" org.springframework.boot.context.properties.bind.MissingParametersCompilerArgumentException:...

This PR is a followup of the following earlier PR https://github.com/apache/tomcat/pull/673 Although that pull request didn't get merged, the code changes has been comitted to the main branch by the...