It looks like getOwner() is just for locking purposes. There's a DAV:owner property you can with propFindMethod() that contains the information you want.
-James >>> [EMAIL PROTECTED] 7/15/2004 3:09:06 PM >>> > Is it possible you previously instructed your firewall > to block outgoing traffic from that program? > The firewall isn't going to be able tell the difference between one > webapp and another. > Can you try disabling your firewall to see if that fixes the problem? > -James It actually was the firewall. But I still don't understand why it didn't ask. Now I inserted localhost and the 127.0.0.1 IP to the trusted zone, and everything's fine. Thanks for your help again. But one more question: What's about the owner of the WebdavResource? It was null in every case I tried. Is it not supported? I thought maybe the user who put the file there should be the owner? Or is it just for locking, so that only if there is a lock, also a owner will exist? Regards, Frank --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
