Hello,

does anybody (Juergen?) remember the reason why this change has been
introduced in Revision 1.22 of PropertyRetrieverImpl.java:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg03870.html

This change affects user defined properties in a custom namespace with
xml-formatted property values. For example if you wrote a property
with the value

<mylist>
  <item>a</item>
  <item>b</item>
</mylist>

what you get back in a Propfind request is

<mylist xmlns="">
  <item>a</item>
  <item>b</item>
</mylist>

So you do not get back what you put in. This is because JDOM inserts
the declaration of the empty namespace when no namespace is
defined. And that is probably not what was intended.
In my opinion a property value should(!) belong to the custom
namespace of this property.

Regards,
Ingo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to