Author: mturk
Date: Fri Jul 21 07:46:38 2006
New Revision: 424339

URL: http://svn.apache.org/viewvc?rev=424339&view=rev
Log:
Note that the worker names are case sensitive
caused by the #40087 fix. A small price to pay
for being servlet spec compatible.

Modified:
    tomcat/connectors/trunk/jk/xdocs/config/workers.xml

Modified: tomcat/connectors/trunk/jk/xdocs/config/workers.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/config/workers.xml?rev=424339&r1=424338&r2=424339&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/config/workers.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/config/workers.xml Fri Jul 21 07:46:38 2006
@@ -57,7 +57,7 @@
 </p>
 <p>
 <warn>
-The name of the worker can contain only the alphanumeric characters 
<b>[a-z][A-Z][0-9]</b> and is case insensitive.
+The name of the worker can contain only the alphanumeric characters 
<b>[a-z][A-Z][0-9]</b> and is case sensitive.
 </warn>
 </p>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to