Re: invalid XML on PROPFIND?
From: Julian Reschke <julian.reschke_at_gmx.de>
Date: 2004-02-14 09:38:11 CET
Julian Reschke wrote:
> Hi,
Ok, after checking on xml-dev this *definitively* is a bug.
The namespace declaration is:
xmlns:C="http://subversion.tigris.org/xmlns/custom/"
which is correct, but
<C:svk:merge>ae6c956b-9dc6-0310-97b2-e73af4192982:/svn/local:7798</C:svk:merge>
uses an illegal local name "svk:merge" (illegal because it contains a
So
1) if a custom property with an illegal XML name happens to appear
2) it should be checked why the XML parser inside the svn client does
3) it should be prevented that customer properties with invalid XML
Should I enter this on the Issue Tracker?
Regards, Julian
-- <green/>bytes GmbH -- http://www.greenbytes.de -- tel:+492512807760 --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Feb 14 09:38:55 2004 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.