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>'*' — means zero or more characters,</li> - <li>'?' — 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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org