Author: markt Date: Tue Aug 18 08:33:47 2009 New Revision: 805322 URL: http://svn.apache.org/viewvc?rev=805322&view=rev Log: List filters alphabetically
Modified: tomcat/trunk/webapps/docs/config/filter.xml Modified: tomcat/trunk/webapps/docs/config/filter.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/filter.xml?rev=805322&r1=805321&r2=805322&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/filter.xml (original) +++ tomcat/trunk/webapps/docs/config/filter.xml Tue Aug 18 08:33:47 2009 @@ -84,36 +84,6 @@ </section> -<section name="WebDAV Fix Filter"> - - <subsection name="Introduction"> - - <p>Microsoft operating systems have two WebDAV clients. One is used with - port 80, the other is used for all other ports. The implementation used with - port 80 does not adhere to the WebDAV specification and fails when trying to - communicate with the Tomcat WebDAV Servlet. This Filter provides a fix for - this by forcing the use of the WebDAV implementation that works, even when - connecting via port 80.</p> - - </subsection> - - <subsection name="Filter Class Name"> - - <p>The filter class name for the WebDAV Fix Filter is - <strong><code>org.apache.catalina.filters.WebdavFixFilter</code> - </strong>.</p> - - </subsection> - - <subsection name="Initialisation parameters"> - - <p>The WebDAV Fix Filter does not support any initialization parameters.</p> - - </subsection> - -</section> - - <section name="Remote Address Filter"> <subsection name="Introduction"> @@ -224,6 +194,36 @@ </section> +<section name="WebDAV Fix Filter"> + + <subsection name="Introduction"> + + <p>Microsoft operating systems have two WebDAV clients. One is used with + port 80, the other is used for all other ports. The implementation used with + port 80 does not adhere to the WebDAV specification and fails when trying to + communicate with the Tomcat WebDAV Servlet. This Filter provides a fix for + this by forcing the use of the WebDAV implementation that works, even when + connecting via port 80.</p> + + </subsection> + + <subsection name="Filter Class Name"> + + <p>The filter class name for the WebDAV Fix Filter is + <strong><code>org.apache.catalina.filters.WebdavFixFilter</code> + </strong>.</p> + + </subsection> + + <subsection name="Initialisation parameters"> + + <p>The WebDAV Fix Filter does not support any initialization parameters.</p> + + </subsection> + +</section> + + </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org