> I'm having trouble with opening the body of a request with getReader() and
> getInputStream(). The calls work but reading from them results in an EOF
> (-1 bytes read). This causes my multipart decoder to barf.
Make sure you don't call any of the getRequestParameter methods or
anything that requires touching the inputstream... if you do so,
apache-jserv will completely consume the stream in the process of parsing
out (trying to, anyway) all of the form data and you'll be unable to read
it yourself.
- donald
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://www.working-dogs.com/>
Problems?: [EMAIL PROTECTED]