You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2017/05/30 14:30:56 UTC

svn commit: r1796873 - in /tomcat/trunk/webapps/docs: changelog.xml config/jar-scan-filter.xml

Author: violetagg
Date: Tue May 30 14:30:56 2017
New Revision: 1796873

URL: http://svn.apache.org/viewvc?rev=1796873&view=rev
Log:
Correct typo in Jar Scan Filter Configuration Reference. Issue reported via comments.apache.org.

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

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1796873&r1=1796872&r2=1796873&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Tue May 30 14:30:56 2017
@@ -115,6 +115,10 @@
         <bug>61076</bug>: Document the <code>altDDName</code> attribute for the
         <code>Context</code> element. (markt)
       </fix>
+      <fix>
+        Correct typo in Jar Scan Filter Configuration Reference.
+        Issue reported via comments.apache.org. (violetagg)
+      </fix>
     </changelog>
   </subsection>
 </section>

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=1796873&r1=1796872&r2=1796873&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/jar-scan-filter.xml (original)
+++ tomcat/trunk/webapps/docs/config/jar-scan-filter.xml Tue May 30 14:30:56 2017
@@ -176,13 +176,13 @@
 
 
 <section name="Nested Components">
-  <p>No components may be nested inside a <strong>Jar Scanner</strong> element.
+  <p>No components may be nested inside a <strong>Jar Scan Filter</strong> element.
   </p>
 </section>
 
 
 <section name="Special Features">
-  <p>No special features are associated with a <strong>Jar Scanner</strong>
+  <p>No special features are associated with a <strong>Jar Scan Filter</strong>
   element.</p>
 </section>
 



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