Author: kkolinko
Date: Sat Jun 2 21:19:12 2012
New Revision: 1345581
URL: http://svn.apache.org/viewvc?rev=1345581&view=rev
Log:
Correct typos
Modified:
tomcat/tc7.0.x/trunk/ (props changed)
tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml
Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1345579
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=1345581&r1=1345580&r2=1345581&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Sat Jun 2 21:19:12 2012
@@ -333,11 +333,11 @@
the value of <code>true</code>. If it is really needed, it should be
set explicitly. (kkolinko)
</fix>
- <fix>
+ <add>
<bug>52500</bug>: Added configurable mechanism to retrieve user names
from X509 client certificates. Based on a patch provided by
Michael Furman. (schultz)
- </fix>
+ </add>
<fix>
<bug>52719</bug>: Fix a theoretical resource leak in the JAR validation
that checks for non-permitted classes in web application JARs. (markt)
Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml?rev=1345581&r1=1345580&r2=1345581&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/valve.xml Sat Jun 2 21:19:12 2012
@@ -1443,7 +1443,7 @@
<p>This valve allows to detect requests that take a long time to process,
which might
indicate that the thread that is processing it is stuck.</p>
<p>When such a request is detected, the current stack trace of its thread
is written
- to tomcat log with a WARN level.</p>
+ to Tomcat log with a WARN level.</p>
<p>The IDs of the stuck threads are available through JMX in the
<code>stuckThreadIds</code> attribute. The JVM Thread MBean can then be
used to
retrieve other information about each stuck thread (name, stack
trace...).</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]