and snope for response information. Ian Pilcher wrote:
How can I determine why my call to lockMethod is failing? I am connecting to a local Apache server, with mod_dav. (Locking works fine with cadaver, BTW.)Here is the code I'm using right now: import org.apache.webdav.lib.WebdavResource; import org.apache.commons.httpclient.HttpURL; class DavLock { public static void main(String[] args) throws Exception { WebdavResource resource = new WebdavResource( new HttpURL("http://localhost/dav/ipilcher.ics"), true); if (!resource.lockMethod()) { System.out.println("lock failed!"); return; } // Other stuff snipped; it never gets here } } Any pointers appreciated. Thanks!
-- Stephen Martin [EMAIL PROTECTED] Phone: (908) 790-9070, Skype: stevevm 80 Hunterdon Blvd. Murray Hill, New Jersey, USA, 07974 http://vanderfleet-martin.net
smime.p7s
Description: S/MIME Cryptographic Signature
