Author: kkolinko
Date: Thu Dec 22 12:47:23 2011
New Revision: 1222206

URL: http://svn.apache.org/viewvc?rev=1222206&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/tc6.0.x/trunk/webapps/docs/config/filter.xml
    tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml

Modified: tomcat/tc6.0.x/trunk/webapps/docs/config/filter.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/filter.xml?rev=1222206&r1=1222205&r2=1222206&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/filter.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/filter.xml Thu Dec 22 12:47:23 2011
@@ -131,6 +131,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>
@@ -138,8 +142,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/tc6.0.x/trunk/webapps/docs/config/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml?rev=1222206&r1=1222205&r2=1222206&view=diff
==============================================================================
--- tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml (original)
+++ tomcat/tc6.0.x/trunk/webapps/docs/config/project.xml Thu Dec 22 12:47:23 
2011
@@ -54,7 +54,6 @@
     </menu>
 
     <menu name="Nested Components">
-        <item name="Filter"                href="filter.html"/>
         <item name="Global Resources"      href="globalresources.html"/>
         <item name="Listeners"             href="listeners.html"/>
         <item name="Loader"                href="loader.html"/>
@@ -77,7 +76,8 @@
         <item name="ClusterListener"       href="cluster-listener.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

Reply via email to