You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2003/04/29 11:37:03 UTC

DO NOT REPLY [Bug 19419] New: - WebdavResource.java does not release connections

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19419>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19419

WebdavResource.java does not release connections

           Summary: WebdavResource.java does not release connections
           Product: Slide
           Version: Nightly
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: WebDAV client
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: max@linuxtag.org


on some methods where the returned response body is not evaluated, the
HttpConnection is not released in WebdavResource.java. Examples for affected
methods: mkcolMethod, putMethod. Many others are affected.

Fix: add the following line after the "executeMethod" line:

  method.releaseConnection();

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