diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index a16563858fa2..a9d6b610c6ba 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -104,7 +104,7 @@ They eventually become mixed with the numbered issues (i.e., numbered issues do not "pop up" wrt. others). --> -
+
@@ -206,7 +206,7 @@ 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 java.sql.DriverManager 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 @@ -236,7 +236,7 @@ Concurrent reads and writes (e.g. GET and PUT / DELETE) for the same path caused corruption of the FileResource 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)