DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32736>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32736 ------- Additional Comments From [EMAIL PROTECTED] 2004-12-22 11:06 ------- The method is HttpMethod.abort() so you need to be able to get hold of the appropriate HttpMethod generated by WebdavResource rather than the instance of the HttpClient, unless I am missing something. New methods: 'Object WebdavResource.getMethodRef()' etc. could be created to return an HttpMethod object reference (or a key for a map maintained by WebdavResource, which may be necessary if WebdavResource methods call several HttpClient methods). You would then need something like: 'boolean WebdavResource.executeMethod(key)' and 'void WebdavResource.abortMethod(key)' Or could WebdavResource could monitor the Thread interrupt flag somehow? Is Slide going to migrate to HttpClient 3.0 soon? If so, I could implement one of the above myself and let you decide on whether to merge it back. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
