Author: markt
Date: Fri Jun 30 12:28:27 2017
New Revision: 1800390

URL: http://svn.apache.org/viewvc?rev=1800390&view=rev
Log:
Remove references to the Loader attribute searchExternalFirst from the 
documentation since the attribute is no longer supported.

Modified:
    tomcat/trunk/webapps/docs/changelog.xml
    tomcat/trunk/webapps/docs/config/loader.xml

Modified: tomcat/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1800390&r1=1800389&r2=1800390&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Fri Jun 30 12:28:27 2017
@@ -121,6 +121,15 @@
       </fix>
     </changelog>
   </subsection>
+  <subsection name="Web applications">
+    <changelog>
+      <fix>
+        Remove references to the Loader attribute
+        <code>searchExternalFirst</code> from the documentation since the
+        attribute is no longer supported. (markt)
+      </fix>
+    </changelog>
+  </subsection>
   <subsection name="Tribes">
     <changelog>
       <add>

Modified: tomcat/trunk/webapps/docs/config/loader.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/loader.xml?rev=1800390&r1=1800389&r2=1800390&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/loader.xml (original)
+++ tomcat/trunk/webapps/docs/config/loader.xml Fri Jun 30 12:28:27 2017
@@ -135,12 +135,6 @@
         <code>org.apache.catalina.loader.WebappClassLoader</code>.</p>
       </attribute>
 
-      <attribute name="searchExternalFirst" required="false">
-        <p>Set to <code>true</code> if you want repositories outside
-        of <code>WEB-INF/classes</code> and <code>WEB-INF/lib</code> to
-        be searched first. Default value is <code>false</code>.</p>
-      </attribute>
-
     </attributes>
 
   </subsection>



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

Reply via email to