[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: CVS update: subversion/subversion/libsvn_delta xml_output.c

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2000-10-21 06:40:48 CEST

Karl wrote, regarding property values:
> Wait a minute -- we're not base64-encoding them now? What if
> someone sends a property value that includes "<" in its text? :-)

We do svn_xml_escape_string on them, so "<" would be properly encoded
as "<". (However, high-bit values or 0-bytes are a problem, so we
should consider base64-encoding instead.)
Received on Sat Oct 21 14:36:12 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.