You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/07/21 04:49:37 UTC

svn commit: r219988 - in /struts/core/trunk/doc: faqs/index.xml userGuide/index.xml userGuide/preface.xml

Author: wsmoak
Date: Wed Jul 20 19:49:35 2005
New Revision: 219988

URL: http://svn.apache.org/viewcvs?rev=219988&view=rev
Log:
- Change domains for SiteSearch, add href for anchors
- Clarify Servlet specification requirements, remove references to 2.x

Modified:
    struts/core/trunk/doc/faqs/index.xml
    struts/core/trunk/doc/userGuide/index.xml
    struts/core/trunk/doc/userGuide/preface.xml

Modified: struts/core/trunk/doc/faqs/index.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/faqs/index.xml?rev=219988&r1=219987&r2=219988&view=diff
==============================================================================
--- struts/core/trunk/doc/faqs/index.xml (original)
+++ struts/core/trunk/doc/faqs/index.xml Wed Jul 20 19:49:35 2005
@@ -114,10 +114,10 @@
 
 </section>
 
-<section  name="Search">
+<section name="Search" href="search">
   <search label="Search the Struts FAQs and HowTos" 
           site="http://struts.apache.org/faqs" 
-          domains="http://struts.apache.org/faqs;http://struts.apache.org/userGuide"/>
+          domains="http://struts.apache.org;http://struts.apache.org/faqs"/>
 </section>
 
 </body></document>

Modified: struts/core/trunk/doc/userGuide/index.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/index.xml?rev=219988&r1=219987&r2=219988&view=diff
==============================================================================
--- struts/core/trunk/doc/userGuide/index.xml (original)
+++ struts/core/trunk/doc/userGuide/index.xml Wed Jul 20 19:49:35 2005
@@ -165,10 +165,10 @@
 
       </section>
       
-      <section  name="Search">
+      <section name="Search" href="search">
          <search label="Search the Struts User and Developers Guides"
                  site="http://struts.apache.org/userGuide"
-                 domains="http://struts.apache.org/userGuide;http://struts.apache.org/faqs"/>
+                 domains="http://struts.apache.org;http://struts.apache.org/userGuide"/>
       </section>
 
     <section>

Modified: struts/core/trunk/doc/userGuide/preface.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/preface.xml?rev=219988&r1=219987&r2=219988&view=diff
==============================================================================
--- struts/core/trunk/doc/userGuide/preface.xml (original)
+++ struts/core/trunk/doc/userGuide/preface.xml Wed Jul 20 19:49:35 2005
@@ -531,14 +531,13 @@
       it is processed by subsequent filters (and the servlet that is ultimately
       called).</p>
 
-      <p>
-          The Struts 1.x series (versions 1.0, 1.1, and so forth) require only version 2.2 or later of the Servlet
-          Specification to be implemented by your servlet container, so Struts does not itself utilize Filters
-          at this time.
-          The next generation of Struts (the 2.x series) will be based on Servlet 2.3 or later.
-          It is likely that the Struts 2.x release series will utilize filters.
-      </p>
-
+      <p>The Struts 1.0, 1.1, and 1.2 versions require only version 2.2 or later
+      of the Servlet Specification to be implemented by your servlet container,
+      so those versions of Struts do not use Filters. Beginning with the Struts
+      1.3 version, support for version 2.2 of the Servlet Specification is no
+      longer guaranteed, and it is possible that Struts itself might use Filters
+      in the future.</p>
+      
       <p>
       For more about filters, see:
       </p>



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


Re: svn commit: r219988 - in /struts/core/trunk/doc: faqs/index.xml userGuide/index.xml userGuide/preface.xml

Posted by Joe Germuska <Jo...@Germuska.com>.
At 6:48 AM -0700 7/22/05, Wendy Smoak wrote:
>From: "Martin Cooper" <ma...@apache.org>
>
>>  Actually, not only is support for Servlets 2.2 no longer guaranteed, it's
>>  already gone. ;-) The exception handling in the tag libraries has been
>>  enhanced to take advantage of the root cause added in JSP 1.2, and JSP 1.2
>>  goes hand in hand with Servlets 2.3.
>
>Thanks.  I changed the wiki page and will fix preface.xml next time I'm in
>there.
>
>I vaguely remember the discussion about going to Servlet 2.3 but was unable
>to find it in the archives.  Does anyone remember when that happened, or can
>you find a link?

Ted started a thread on the subject last September:
http://thread.gmane.org/gmane.comp.jakarta.struts.devel/21317

The discussion in that thread showed no objections.

Joe

-- 
Joe Germuska            
Joe@Germuska.com  
http://blog.germuska.com    
"Narrow minds are weapons made for mass destruction"  -The Ex

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


Re: svn commit: r219988 - in /struts/core/trunk/doc: faqs/index.xml userGuide/index.xml userGuide/preface.xml

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "Martin Cooper" <ma...@apache.org>

> Actually, not only is support for Servlets 2.2 no longer guaranteed, it's
> already gone. ;-) The exception handling in the tag libraries has been
> enhanced to take advantage of the root cause added in JSP 1.2, and JSP 1.2
> goes hand in hand with Servlets 2.3.

Thanks.  I changed the wiki page and will fix preface.xml next time I'm in
there.

I vaguely remember the discussion about going to Servlet 2.3 but was unable
to find it in the archives.  Does anyone remember when that happened, or can
you find a link?

-- 
Wendy Smoak


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


Re: svn commit: r219988 - in /struts/core/trunk/doc: faqs/index.xml userGuide/index.xml userGuide/preface.xml

Posted by Martin Cooper <ma...@apache.org>.
Actually, not only is support for Servlets 2.2 no longer guaranteed, it's 
already gone. ;-) The exception handling in the tag libraries has been 
enhanced to take advantage of the root cause added in JSP 1.2, and JSP 1.2 
goes hand in hand with Servlets 2.3.

--
Martin Cooper


On Thu, 21 Jul 2005 wsmoak@apache.org wrote:

> Author: wsmoak
> Date: Wed Jul 20 19:49:35 2005
> New Revision: 219988
>
> URL: http://svn.apache.org/viewcvs?rev=219988&view=rev
> Log:
> - Change domains for SiteSearch, add href for anchors
> - Clarify Servlet specification requirements, remove references to 2.x
>
> Modified:
>    struts/core/trunk/doc/faqs/index.xml
>    struts/core/trunk/doc/userGuide/index.xml
>    struts/core/trunk/doc/userGuide/preface.xml
>
> Modified: struts/core/trunk/doc/faqs/index.xml
> URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/faqs/index.xml?rev=219988&r1=219987&r2=219988&view=diff
> ==============================================================================
> --- struts/core/trunk/doc/faqs/index.xml (original)
> +++ struts/core/trunk/doc/faqs/index.xml Wed Jul 20 19:49:35 2005
> @@ -114,10 +114,10 @@
>
> </section>
>
> -<section  name="Search">
> +<section name="Search" href="search">
>   <search label="Search the Struts FAQs and HowTos"
>           site="http://struts.apache.org/faqs"
> -          domains="http://struts.apache.org/faqs;http://struts.apache.org/userGuide"/>
> +          domains="http://struts.apache.org;http://struts.apache.org/faqs"/>
> </section>
>
> </body></document>
>
> Modified: struts/core/trunk/doc/userGuide/index.xml
> URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/index.xml?rev=219988&r1=219987&r2=219988&view=diff
> ==============================================================================
> --- struts/core/trunk/doc/userGuide/index.xml (original)
> +++ struts/core/trunk/doc/userGuide/index.xml Wed Jul 20 19:49:35 2005
> @@ -165,10 +165,10 @@
>
>       </section>
>
> -      <section  name="Search">
> +      <section name="Search" href="search">
>          <search label="Search the Struts User and Developers Guides"
>                  site="http://struts.apache.org/userGuide"
> -                 domains="http://struts.apache.org/userGuide;http://struts.apache.org/faqs"/>
> +                 domains="http://struts.apache.org;http://struts.apache.org/userGuide"/>
>       </section>
>
>     <section>
>
> Modified: struts/core/trunk/doc/userGuide/preface.xml
> URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/userGuide/preface.xml?rev=219988&r1=219987&r2=219988&view=diff
> ==============================================================================
> --- struts/core/trunk/doc/userGuide/preface.xml (original)
> +++ struts/core/trunk/doc/userGuide/preface.xml Wed Jul 20 19:49:35 2005
> @@ -531,14 +531,13 @@
>       it is processed by subsequent filters (and the servlet that is ultimately
>       called).</p>
>
> -      <p>
> -          The Struts 1.x series (versions 1.0, 1.1, and so forth) require only version 2.2 or later of the Servlet
> -          Specification to be implemented by your servlet container, so Struts does not itself utilize Filters
> -          at this time.
> -          The next generation of Struts (the 2.x series) will be based on Servlet 2.3 or later.
> -          It is likely that the Struts 2.x release series will utilize filters.
> -      </p>
> -
> +      <p>The Struts 1.0, 1.1, and 1.2 versions require only version 2.2 or later
> +      of the Servlet Specification to be implemented by your servlet container,
> +      so those versions of Struts do not use Filters. Beginning with the Struts
> +      1.3 version, support for version 2.2 of the Servlet Specification is no
> +      longer guaranteed, and it is possible that Struts itself might use Filters
> +      in the future.</p>
> +
>       <p>
>       For more about filters, see:
>       </p>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
> For additional commands, e-mail: dev-help@struts.apache.org
>
>

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