>>> Yuri Kazakov <[EMAIL PROTECTED]> 05-Jun-00 3:50:10 AM >>>
>In the case of servlet chaining can I make POST
>data accessible for all servlets in chain.
*all* servlet containers should do this as far as I know.
>On Tomcat request.getInputStream().markSupported() returns false,
>so all data read from ServletInputStream is removed from there.
>Any attempt to save POST data and substitute ServletInputStream
>leads to hacking of RealRequest object before passing it to
>RequestDispatcher.
No... that's not correct.
The InputStream doesn't have to support marking to provide POST data
down an RD chain.
Try it... it should work.
But maybe Tomcat developers will tell me different.
Nic
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html