Author: kkolinko Date: Thu Dec 22 12:50:11 2011 New Revision: 1222208 URL: http://svn.apache.org/viewvc?rev=1222208&view=rev Log: CTR: docs Better document FailedRequestFilter. Change TOC list at the left margin of config pages: rename last section to "Other" and move Filters page there.
Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/filter.xml tomcat/tc5.5.x/trunk/container/webapps/docs/config/project.xml Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/filter.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/filter.xml?rev=1222208&r1=1222207&r2=1222208&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/config/filter.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/filter.xml Thu Dec 22 12:50:11 2011 @@ -70,6 +70,10 @@ filter is not so high, because parameter parsing does check content type of the request before consuming the request body.</p> + <p>Note, that for the POST requests to be parsed correctly, a + <code>SetCharacterEncodingFilter</code> filter must be configured above + this one. See CharacterEncoding page in the FAQ for details.</p> + <p>The request is rejected with HTTP status code 400 (Bad Request).</p> </subsection> @@ -77,8 +81,7 @@ <subsection name="Filter Class Name"> <p>The filter class name for the Failed Request Filter is - <strong><code>org.apache.catalina.filters.FailedRequestFilter</code> - </strong>.</p> + <strong><code>org.apache.catalina.filters.FailedRequestFilter</code></strong>.</p> </subsection> Modified: tomcat/tc5.5.x/trunk/container/webapps/docs/config/project.xml URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/container/webapps/docs/config/project.xml?rev=1222208&r1=1222207&r2=1222208&view=diff ============================================================================== --- tomcat/tc5.5.x/trunk/container/webapps/docs/config/project.xml (original) +++ tomcat/tc5.5.x/trunk/container/webapps/docs/config/project.xml Thu Dec 22 12:50:11 2011 @@ -49,7 +49,6 @@ </menu> <menu name="Nested Components"> - <item name="Filter" href="filter.html"/> <item name="Global Resources" href="globalresources.html"/> <item name="Loader" href="loader.html"/> <item name="Manager" href="manager.html"/> @@ -58,7 +57,8 @@ <item name="Valve" href="valve.html"/> </menu> - <menu name="Global Settings"> + <menu name="Other"> + <item name="Filter" href="filter.html"/> <item name="System properties" href="systemprops.html"/> </menu> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org