You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by sc...@apache.org on 2016/12/12 16:18:49 UTC

svn commit: r1773814 - /tomcat/trunk/webapps/docs/config/jar-scan-filter.xml

Author: schultz
Date: Mon Dec 12 16:18:49 2016
New Revision: 1773814

URL: http://svn.apache.org/viewvc?rev=1773814&view=rev
Log:
Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=60467
Remove characters that should not be present in an XML document.

Modified:
    tomcat/trunk/webapps/docs/config/jar-scan-filter.xml

Modified: tomcat/trunk/webapps/docs/config/jar-scan-filter.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/jar-scan-filter.xml?rev=1773814&r1=1773813&r2=1773814&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/jar-scan-filter.xml (original)
+++ tomcat/trunk/webapps/docs/config/jar-scan-filter.xml Mon Dec 12 16:18:49 2016
@@ -97,8 +97,8 @@
     case-sensitively. The following two special characters are supported:</p>
 
     <ul>
-      <li>'*' &#151; means zero or more characters,</li>
-      <li>'?' &#151; means one and only one character.</li>
+      <li>'*' - means zero or more characters,</li>
+      <li>'?' - means one and only one character.</li>
     </ul>
 
     <p>Note that excluding a JAR from the pluggability scan will prevent a



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org