tomcat
tomcat copied to clipboard
Apache Tomcat
Added a condition in the target `test-status` in build.xml to print "None" when there are no tests skipped or failed. This patch uses a new approach to displaying the list...
This PR implements a proof-of-concept that enhances the `configtest` command with validation capabilities, focusing on port configuration as a valuable starting point from [dev-list discussion](https://lists.apache.org/thread/pxccvg8kkckrc1c6pqoz5tvp7cvrgwpg ). It includes the framework...
Fix [62814](https://bz.apache.org/bugzilla/show_bug.cgi?id=63080): Use readable names for cluster channel/map options in documentation AND sample configurations This patch updates several clustering documentation files to clarify that both channelSendOptions and mapSendOptions accept human-readable...
Implements logout using JavaScript credential poisoning while maintaining BASIC authentication. Fixes Bug 62048. ## Authentication Logout Flow Diagram
## Change Summary This changeset enhances the output `version.sh` and `version.bat` to display comprehensive dependency and library version information that is *available to tomcat for use* (read: not configured in...
This is to delay sending the second GOAWAY (with last seen stream id) after sending the first GOAWAY (with max stream id), in order to mitigate a race between the...
Make compression pluggable and configurable (gzip level/buffer), retain API compatibility ## Overview - Introduces configurable gzip compression (level, buffer size) and a pluggable output filter factory for HTTP/1.1. Preserves the...
openssl pkey -provparam ml-dsa.retain_seed=no -in key key+seed.pem -out key-only.pem
This pull request introduces a new boolean attribute, allowSsoReauthentication, to provide control over the SSO re-authentication behavior in the SSLAuthenticator. ## Description The changes include: * Adding the allowSsoReauthentication attribute...