This is in the class org.apache.webdav.lib.WebdavSession.java in jakarta-slide-webdavlib-2.1.jar
> You must not manage your connections manually. The connection manager will > take care of that. You means I have nothing to do ? How does manager do this ? Is there something to parameter ? I ask this question because my connections are not released. I had to make my connections become not persistants by adding the following attribute to the launching of my server : -Dhttp.keepAlive=false Eric PORTALEZ ----- Original Message ----- From: "Ortwin Glück" <[EMAIL PROTECTED]> To: "HttpClient Project" <[email protected]> Sent: Monday, August 29, 2005 11:10 AM Subject: Re: session not closed tomcat's manager > > > Eric Portalez wrote: > > It is exactly what I'm saying, Ortwin. > > This explains the origin of my funny code. I belived it was correct. > > No, this code is stupid. Please tell me, is this code in Slide? In which > class? This would be really bad! > > > Otherwise, is there a mean of getting the current connection, or are we just > > supposed the manage it after the "method.execute()" ? > > You must not manage your connections manually. The connection manager > will take care of that. > > Once again, it has *nothing* to do with HTTP session management. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
