This is an automated email from the ASF dual-hosted git repository. rjung 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 1c26f453ac Fix typos in Changelog 1c26f453ac is described below commit 1c26f453acf6ede7d2ea7b649ad891f388261d02 Author: Rainer Jung <rainer.j...@kippdata.de> AuthorDate: Fri Nov 8 00:11:45 2024 +0100 Fix typos in Changelog --- 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 d2edf65d2c..a6e713478b 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -207,7 +207,7 @@ </update> <fix> Cache not found results when searching for web application class loader - resources. This addresses performance problems casued by components such + resources. This addresses performance problems caused by components such as <code>java.sql.DriverManager</code> which, in some circumstances, will search for the same class repeatedly. In a large web application this can cause performance problems. The size of the cache can be @@ -237,7 +237,7 @@ Concurrent reads and writes (e.g. <code>GET</code> and <code>PUT</code> / <code>DELETE</code>) for the same path caused corruption of the <code>FileResource</code> where some of the fields were set as if the - file exists and some as set as if it does not. This resulted in + file exists and some were set as if it does not. This resulted in inconsistent metadata. (markt) </fix> <fix> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org