This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 05c5258cb7 Fix typos 05c5258cb7 is described below commit 05c5258cb75c49c1433f4174c478d4fac28bd6a5 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Apr 20 08:54:19 2023 +0100 Fix typos --- webapps/docs/changelog.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index da3c2e2768..57ad80dd43 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -173,7 +173,7 @@ <fix> <bug>66541</bug>: Improve handling for cached resources for resources that use custom URL schemes. The scheme specific <code>equals()</code> - and <code>hashcode()</code> algorithms, if present, will now be used for + and <code>hashCode()</code> algorithms, if present, will now be used for URLs for these resources. This addresses a potential performance issue with some OSGi custom URL schemes that can trigger potentially slow DNS lookups in some configurations. Based on a patch provided by Tom @@ -300,7 +300,7 @@ Update Jacoco to 0.8.9. (markt) </update> <fix> - Enhance PEMFile to laod from an InputStream. Patch provided by + Enhance PEMFile to load from an InputStream. Patch provided by Romain Manni-Bucau. (schultz) </fix> </changelog> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org