Re: PROPPATCH
From: Greg Stein <gstein_at_lyra.org>
Date: 2001-09-11 01:09:59 CEST
On Mon, Sep 10, 2001 at 04:19:30PM -0500, cmpilato@collab.net wrote:
You can't know that unless you see what is on the wire. If the content is
But checking the wire is important.
-------------- woah woah...
Ah... I know what the problem is. It is related to the propdb API. mod_dav
1) when mod_dav_svn receives the property, it should unescape the XML
2) when mod_dav_svn supplies a property back to mod_dav, it should escape it
Once the mod_dav API is fixed, we will only need to do (2) (effectively, the
So... short term, we do the above.
>...
All props are escaped, per above.
>...
The value from mod_dav is:
LANG '\0' VALUE '\0'
LANG is always the empty string (it holds any extent xml:lang value; our
> Either way, is there a simply way to un-escape the XML here, or do I
We have no structured properties, so a simple unescape will suffice (I don't
In dav_svn_db_fetch(), where it assembles the resulting value in db->work,
Cheers,
p.s. and yah... we'll have some back-patching to do on our log messages :-)
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Oct 21 14:36:40 2006 |
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.