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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]