Skip to content

Commit

Permalink
Fix typos in Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rainerjung committed Nov 7, 2024
1 parent fd7970d commit c5f6a2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
They eventually become mixed with the numbered issues (i.e., numbered
issues do not "pop up" wrt. others).
-->
<section name="Tomcat 10.1.33 (schultz)" rtext="in development">
<section name="Tomcat 10.1.34 (schultz)" rtext="in development">
</section>
<section name="Tomcat 10.1.33 (schultz)" rtext="release in progress">
<subsection name="Other">
Expand Down Expand Up @@ -206,7 +206,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
Expand Down Expand Up @@ -236,7 +236,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>
Expand Down

0 comments on commit c5f6a2c

Please sign in to comment.