markt       2004/04/15 14:34:00

  Modified:    webapps/tomcat-docs/config valve.xml
  Log:
  - Fix bug 19521. Add warning to RequestDumperValve docs to make users
    aware of possible side effects.
  
  Revision  Changes    Path
  1.11      +6 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml
  
  Index: valve.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- valve.xml 6 Mar 2004 10:56:49 -0000       1.10
  +++ valve.xml 15 Apr 2004 21:34:00 -0000      1.11
  @@ -267,6 +267,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]

Reply via email to