You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by jh...@apache.org on 2005/06/16 23:20:40 UTC

svn commit: r191002 - in /struts/core/branches/STRUTS_1_2_BRANCH: doc/userGuide/configuration.xml xdocs/userGuide/configuration.xml

Author: jholmes
Date: Thu Jun 16 14:20:39 2005
New Revision: 191002

URL: http://svn.apache.org/viewcvs?rev=191002&view=rev
Log:
Updated docs for servlet 2.4.

PR:  Bugzilla #32313

Modified:
    struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/configuration.xml
    struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/configuration.xml

Modified: struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/configuration.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/configuration.xml?rev=191002&r1=191001&r2=191002&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/configuration.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/doc/userGuide/configuration.xml Thu Jun 16 14:20:39 2005
@@ -916,15 +916,15 @@
 </section>
 
 <section
-    name="5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3)"
+    name="5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3/2.4)"
     href="dd_config_taglib_23">
 
     <p>
-    <strong>Servlet 2.3 users only:</strong> The Servlet 2.3 specification simplifies
+    <strong>Servlet 2.3/2.4 users only:</strong> The Servlet 2.3 and 2.4 specifications simplify
     the deployment and configuration of tag libraries.
-    The instructions above will work on older containers as well as 2.3
+    The instructions above will work on older containers as well as 2.3 and 2.4
     containers (Struts only requires a servlet 2.2 container);
-    however, if you're using a 2.3 container such as Tomcat 4.x,
+    however, if you're using a 2.3/2.4 container such as Tomcat 4.x/5.x,
     you can take advantage of a simplified deployment.
     </p>
 
@@ -962,7 +962,7 @@
     </p>
 
     <p>
-    <strong>Servlet 2.3 Users:</strong> See
+    <strong>Servlet 2.3/2.4 Users:</strong> See
     <a href="#dd_config_taglib_23">section 4.5.3.1</a>
     for how to avoid copying the tlds into your application.
     </p>

Modified: struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/configuration.xml
URL: http://svn.apache.org/viewcvs/struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/configuration.xml?rev=191002&r1=191001&r2=191002&view=diff
==============================================================================
--- struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/configuration.xml (original)
+++ struts/core/branches/STRUTS_1_2_BRANCH/xdocs/userGuide/configuration.xml Thu Jun 16 14:20:39 2005
@@ -1071,15 +1071,15 @@
 </section>
 
 <section
-    name="5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3)"
+    name="5.4.3.1 Configure the Struts Tag Libraries (Servlet 2.3/2.4)"
     href="dd_config_taglib_23">
 
     <p>
-    <strong>Servlet 2.3 Users only:</strong> The Servlet 2.3 specification simplifies
+    <strong>Servlet 2.3/2.4 Users only:</strong> The Servlet 2.3 and 2.4 specifications simplify
     the deployment and configuration of tag libraries.
-    The instructions above will work on older containers as well as 2.3
+    The instructions above will work on older containers as well as 2.3 and 2.4
     containers (Struts only requires a servlet 2.2 container);
-    however, if you're using a 2.3 container such as Tomcat 4.x,
+    however, if you're using a 2.3/2.4 container such as Tomcat 4.x/5.x,
     you can take advantage of a simplified deployment.
     </p>
 
@@ -1116,7 +1116,7 @@
     </p>
 
     <p>
-    <strong>Servlet 2.3 Users:</strong> See
+    <strong>Servlet 2.3/2.4 Users:</strong> See
     <a href="#dd_config_taglib_23">section 5.4.3.1</a>
     for how to avoid copying the tlds into your application.
     </p>



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