tomcat
tomcat copied to clipboard
Apache Tomcat
Use lowercase HTML tags and attributes. Add quotes around attributes. Standardize quotes. Fix some HTML errors. Use HTML5 and CSS. Remove whitespace and blank lines. Indent HTML and JSP.
Connection headers like `Connection: keep-alive` are invalid in HTTP/2, and some clients (like Safari or curl) are very touchy about it. When an application component adds the typical HTTP/1.x "Connection:...
share it for all connections to not have mixed connections (multiple driver instances when fallbacking on TCCL) Side note: the setters of DataSource(Proxy) should likely recreate the pool when called,...
adding exitOnFirstListenerFailure flag in standardcontext to enable to stop at first listener error
follow up of the list discussion, trying to propose a new flag.
For consistency with Request, and practically for external code that needs to integrate with Tomcat and e.g. needs access to the notes. Signed-off-by: arjantijms
Add a basic `markdownlint` config file. Add a `yamllint` config file. Lint both Markdown and YAML files.
In Tomcat JDBC module, I reckon PoolCleaner cleans the idle connections in two ways - checkIdle - testAllIdle `releasedIdleCount` is incremented when released from `checkIdle` but not from `testAllIdle`. Is...
https://bz.apache.org/bugzilla/show_bug.cgi?id=64083 I had a situation when driver closed connection because of I/O error, bur connection has been added to the avaialble ones and then returned to another caller. The `testOn*`...
# Tomcat - Source-to-Image (S2I) This resource provides a CentOS-based Docker image that enables [Source-to-Image](https://github.com/openshift/source-to-image) building for Tomcat. It builds the sources of a webapp and deploys it to a...
Code optimization removed the null eval statement code if os400 is true in the script