Author: markt
Date: Wed Jun 13 14:50:02 2012
New Revision: 1349892

URL: http://svn.apache.org/viewvc?rev=1349892&view=rev
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=53403
Correct specification version reference to include new specification versions

Modified:
    tomcat/tc7.0.x/trunk/   (props changed)
    tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml
    tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml

Propchange: tomcat/tc7.0.x/trunk/
------------------------------------------------------------------------------
  Merged /tomcat/trunk:r1349887

Modified: tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml?rev=1349892&r1=1349891&r2=1349892&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/appdev/deployment.xml Wed Jun 13 14:50:02 
2012
@@ -102,8 +102,8 @@ application's "document root" directory:
     application, such as third party class libraries or JDBC drivers.</li>
 </ul>
 
-<p>When you install an application into Tomcat (or any other
-2.2/2.3-compatible server), the classes in the <code>WEB-INF/classes/</code>
+<p>When you install an application into Tomcat (or any other 2.2 or later
+Servlet container), the classes in the <code>WEB-INF/classes/</code>
 directory, as well as all classes in JAR files found in the
 <code>WEB-INF/lib/</code> directory, are made visible to other classes
 within your particular web application.  Thus, if

Modified: tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml?rev=1349892&r1=1349891&r2=1349892&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml Wed Jun 13 14:50:02 2012
@@ -373,6 +373,11 @@
         <bug>53398</bug>: Correct spelling of &quot;received&quot; in the
         Manager application&apos;s XML output. (markt)
       </fix>
+      <fix>
+        <bug>53403</bug>: Update a reference to the Servlet specification in 
the
+        first web applciation section of the documentation web application to
+        include newer versions of the specificarion. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="jdbc-pool">



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

Reply via email to