Skip to content

Commit

Permalink
Remove references to the Loader attribute searchExternalFirst from th…
Browse files Browse the repository at this point in the history
…e documentation since the attribute is no longer supported.

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1800390 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Jun 30, 2017
1 parent 0092083 commit 4c82d85
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
9 changes: 9 additions & 0 deletions webapps/docs/changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions webapps/docs/config/loader.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4c82d85

Please sign in to comment.