You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Qingxian Wang <qi...@sunsystems.com> on 2004/08/24 12:01:37 UTC

HttpClient releaseConnection() problem

Hi,

I am using HttpClient 2.0.1 with JBoss-3.0.2_Tomcat-4.0.4.  

I am using HttpClient to intercept the request from a Web browser to change
some request headers and use the PostMethod to post the request contents to
MicrosoftReport server.  Then, the reponse body
(PostMethod.getResponseBodyAsStream()) from the MicrosoftReport server is
written to response to the Web browser.

The following is the problem I encountered:
While reading from the InputStream object returned by
PostMethod.getResponseBodyAsStream() and writing to a HttpServletResponse
object, HttpClient releases HttpConnection and cause the 

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org