I am aware of that. We are printing request parameters inside Servlet's
doPost method.

Dejan

Len Popp wrote:
> It is possible that Tomcat resuses request objects. I'm not sure it
> does, but it might. For that reason, you're only allowed to use the
> request object in your servlet's doGet or doPost method, you can't
> stash it somewhere (e.g. in the HttpSession) and access it later.
> (This is mentioned in the servlet spec.) Of course I don't know if
> that's your problem, it's just something that came to mind.


---------------------------------------------------------------------
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