<fix>
Correct a handful of Javadoc warnings. (markt)
</fix>
+ <add>
+ Provide additional detail about how web application version order it
+ determined when using parallel deployment. (markt)
+ </add>
</changelog>
</subsection>
<subsection name="Other">
</changelog>
</subsection>
</section>
-<section name="Tomcat 7.0.6 (markt)">
+<section name="Tomcat 7.0.6 (markt)" rtext="released 2011-01-14">
<subsection name="General">
<changelog>
<update>
<tr><td><i>Empty String</i></td><td>42</td><td>##42</td><td>ROOT##42</td></tr>
</table>
+ <p>The version component is treated as a <code>String</code> both for
+ performance reasons and to allow flexability in versioning schemes. String
+ comparissions are used to determine version order. Therefore
+ <code>foo##11.war</code> will be treated as an earlier version than
+ <code>foo##2.war</code>. If using a purely numerical versioning scheme it is
+ recommended that zero padding is used so that <code>foo##002.war</code> is
+ treated as an earlier version than <code>foo##011.war</code>.
+ </p>
+
<p><b>It is NOT recommended to place <Context> elements directly in the
server.xml file.</b> This is because it makes modifying the
<strong>Context</strong> configuration more invasive since the main