Author: markt
Date: Thu Jun 23 18:57:45 2016
New Revision: 1749970
URL: http://svn.apache.org/viewvc?rev=1749970&view=rev
Log:
Fix typos
Modified:
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1749970&r1=1749969&r2=1749970&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Thu Jun 23 18:57:45 2016
@@ -159,12 +159,12 @@
enabled but without the command line option it requires. (markt)
</fix>
<fix>
- Fix potential concurrency issue with web application class loader with
- concurrent reads and writes of the resource cache. (markt)
+ Fix a potential concurrency issue with the web application class loader
+ and concurrent reads and writes of the resource cache. (markt)
</fix>
<fix>
<bug>59619</bug>: Within the web application class loader, always use
- path as the key for the resource cache to improve the hit ration. This
+ path as the key for the resource cache to improve the hit ratio. This
also fixes a problem exposed by the fix for <bug>56777</bug> that
enabled file based configuration resources to be loaded from the class
path. (markt)
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|