1. a POST request
2. all request parameter (in form of key-value pairs) in the message body
3. application/x-www-form-urlencoded
4. (need more? ... please tell me.)

Normally, the parameterMap (for HttpServletRequest.getParameter() method) is not built. But when I use a RequestDumperValve in between, everything works fine.

Why would this happen?

Santosh.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to