Craig McClanahan:

I have a session bean in previous page, do I have to terminate this session
bean? does this session bean affect current page? how to terminate a session
bean if I don't shut down my servlet container?

rgds
sun

-----Original Message-----
From: local <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tuesday, February 13, 2001 10:56 AM
Subject: Re: HttpUtil


>no, I didn't call request before using HttpUtil, HttpUtil was put at first
>line in .jsp.
>
>
>-----Original Message-----
>From: Craig R. McClanahan <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
>Date: Monday, February 12, 2001 2:48 PM
>Subject: Re: HttpUtil
>
>
>>sun wrote:
>>
>>> yes, I tried that, got same error, "short read",
>>> in terms of docs, it means posted inputstream is invalid, but I am not
>sure
>>> about that.
>>>
>>
>>One reason you could get a "short read" response is if the servlet
>container
>>has already read the input stream's contents.  For example, if you are
>>processing a POST request and you have already called something like
>>request.getParameter(), the contents of the input stream would have
already
>>been processed.
>>
>>Craig McClanahan
>>
>>
>>
>>---------------------------------------------------------------------
>>To unsubscribe, e-mail: [EMAIL PROTECTED]
>>For additional commands, email: [EMAIL PROTECTED]
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to