View | Details | Raw Unified | Return to bug 51346
Collapse All | Expand All

(-)webapps/docs/config/valve.xml (-1 / +3 lines)
Lines 353-359 Link Here
353
    output from this valve includes any parameters included with the request.
353
    output from this valve includes any parameters included with the request.
354
    The parameters will be decoded using the default platform encoding. Any
354
    The parameters will be decoded using the default platform encoding. Any
355
    subsequent calls to <code>request.setCharacterEncoding()</code> within
355
    subsequent calls to <code>request.setCharacterEncoding()</code> within
356
    the web application will have no effect.</p>
356
    the web application will have no effect. NOTE: The InputStream is consumed
357
    during a request made with the method POST when a parameter is accessed by 
358
    any of the getParameterXX methods available on the request object.</p>
357
359
358
  </subsection>
360
  </subsection>
359
361

Return to bug 51346