Path to this page:
Subject: CVS commit: pkgsrc/www/apache-tomcat55
From: Ryo ONODERA
Date: 2024-07-18 14:52:24
Message id: 20240718125224.1C589FC74@cvs.NetBSD.org
Log Message:
www/apache-tomcat55: Update to 5.5.36
Changelog:
Tomcat 5.5.36 (markt)
General
update Update to Apache Commons Daemon 1.0.10. (markt)
update Update to Apache Commons Pool 1.5.7. (markt)
update Update to Apache Tomcat Native 1.1.24. (markt)
update Update to Eclipse JDT 3.7.2. (markt)
Catalina
fix 52677: The new SetCharacterEncodingFilter needs to implement
Filter to be useful. (markt)
53050: Fix XOR arithmetics and charset issue when calculating
fix entropy to initialize random numbers generator in session manager.
Based on a proposal by Andras Rozsa. (kkolinko/jim)
fix 53531: Better checking and improved error messages for directory
creation during automatic deployment. (schultz/kkolinko)
Various improvements to the DIGEST authenticator including 52954,
fix the disabling caching of an authenticated user in the session by
default, tracking server rather than client nonces and better
handling of stale nonce values. (markt)
code Remove unneeded handling of FORM authentication in RealmBase.
(kkolinko)
fix 53830: Better handling of Manager.randomFile default value on
Windows. (kkolinko)
Coyote
fix Ensure that the chunked input filter is correctly recycled between
requests. (kkolinko/jim)
add Implement the maxHeaderCount for the HTTP connectors. (kkolinko)
42181: Better handling of edge conditions in chunk header
fix processing. Improve chunk header parsing. Properly ignore
chunk-extension suffix, not trying to parse digits contained in it.
Reject chunks whose header is incorrect. (kkolinko)
Webapps
fix 52641: Remove mentioning of ldap.jar from docs. Patch provided by
Felix Schumacher. (rjung)
fix 53158: Fix documented defaults for DBCP. Patch provided by
ph.dezanneau at gmail.com. (rjung)
Other
fix 52640: Correct set the endorsed directory location when using
the Windows installer. (markt)
update 52579: Add a note about Sun's Charset.decode() bug to the
RELEASE-NOTES file. (kkolinko)
Files: