Index: webapps/docs/config/valve.xml =================================================================== --- webapps/docs/config/valve.xml (revision 1133820) +++ webapps/docs/config/valve.xml (working copy) @@ -353,7 +353,9 @@ output from this valve includes any parameters included with the request. The parameters will be decoded using the default platform encoding. Any subsequent calls to request.setCharacterEncoding() within - the web application will have no effect.

+ the web application will have no effect. NOTE: The InputStream is consumed + when a parameter is accessed by any of the methods available on the request + object.