markt 2004/04/15 14:35:15 Modified: webapps/docs/config valve.xml Log: - Fix bug 19521. Add warning to RequestDumperValve docs to make users aware of possible side effects. - Ported from TC4. Revision Changes Path 1.8 +6 -0 jakarta-tomcat-catalina/webapps/docs/config/valve.xml Index: valve.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/valve.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- valve.xml 6 Mar 2004 10:58:39 -0000 1.7 +++ valve.xml 15 Apr 2004 21:35:15 -0000 1.8 @@ -308,6 +308,12 @@ or Context to be logged to the <a href="logger.html">Logger</a> that corresponds to that container.</p> + <p><strong>WARNING: Using this valve has side-effects.</strong> The + 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 <code>request.setCharacterEncoding()</code> within + the web application will have no effect.</p> + </subsection>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]