Hi,

I'm trying to get user information of a WebdavResource. Since there is
almost no documentation about this, I tried the following:

webdavResource = new WebdavResource("http://www.anurl.com/aresource";);
httpURL = webdavResource.getHttpURL();
System.out.println("owner: " + httpURL.getUserInfo());

But unfortunately getUserInfo returns null.

Is there any other way to find out who owns a resource, who locked it,
and who can read/write a resource?

Many thanks in advance,

-- Tina.

Reply via email to