I discovered quite by accident that the InputStream associated with
HttpServletRequest doesn't support reset().  My aim was, in addition
to using the defined methods for getting the name/value enumeration,
to process the contents of the POST manually.  Unfortunately, the
methods "consume" the data in the input stream.

How are others dealing with this?  Is it possible to create a ByteInputStream
and reassociate this with the request object?

Thanks,

Michael

___________________________________________________________________________
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

Reply via email to