Re: Servlet communication (was Re : Bug 13463)

2003-02-18 Thread Eric Johnson
Aurelien, Aurelien Pernoud wrote: I'm making two distants servlet interact using httpclient. I get the stream and "strip" what is unnecessary, rewrite some tags, and locations href, well I'm making changes to the HTML returned. Imagine now the two servlets are on the same server, it works fine

Servlet communication (was Re : Bug 13463)

2003-02-18 Thread Aurelien Pernoud
Michael Becke a ecrit : > This patch should take care of the problems discovered by Aurelien. > Now all connections returned from the > MultiThreadedHttpConnectionManager are wrapped in an adapter class. > This class ensures that a connection cannot be reused once released. > Please let me know y