Namespace of properties
Henrik Holst
henrik at witsbits.com
Fri Aug 29 07:16:40 EDT 2008
fre 2008-08-29 klockan 13:07 +0200 skrev
=?ISO-8859-1?Q?=C6de_van_der_Weij_:
> Henrik,
>
> The non DAV: properties are displayed when I issue a propget. When I
> capture the tcp traffic of the request, I see the message Cadaver
> sends as the body of the PROPFIND:
>
> <?xml version="1.0" encoding="utf-8"?>
> <propfind xmlns="DAV:"><propname/></propfind>
>
> Could it be the namespace that causes the server to return only
> properties with the DAV: namespace?
No that is only to define that the <propfind> and <propname> tags are
within the DAV: namespace.
It feels like it is your server that is only replying with DAV:
properties when performing the propnames method. So this is either a
bug/feature in the server or some configuration issue there.
This also means that my patch should make it work for you since you
atleast see the properties when performing the propget.
/Henrik Holst
Witsbits AB
More information about the cadaver
mailing list