You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/10/11 15:56:42 UTC

svn commit: r1397054 - /subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h

Author: cmpilato
Date: Thu Oct 11 13:56:42 2012
New Revision: 1397054

URL: http://svn.apache.org/viewvc?rev=1397054&view=rev
Log:
On the 'http-dynamic-prop-namespaces' branch:

* subversion/libsvn_ra_serf/ra_serf.h
  (svn_ra_serf__add_open_tag_attrs_buckets): Stop claiming that this
    function XML-escapes attribute values.  It does not.

Reported by: danielsh

Modified:
    subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h

Modified: subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h
URL: http://svn.apache.org/viewvc/subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h?rev=1397054&r1=1397053&r2=1397054&view=diff
==============================================================================
--- subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h (original)
+++ subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/ra_serf.h Thu Oct 11 13:56:42 2012
@@ -995,8 +995,11 @@ svn_ra_serf__add_open_tag_buckets(serf_b
                                   ...);
 
 /*
- * Add the appropriate serf buckets to AGG_BUCKET representing xml tag open
- * with name TAG and attributes ATTRS.  XML-escape attributes as necessary.
+ * Add the appropriate serf buckets to AGG_BUCKET representing the XML
+ * open tag with name TAG and attributes ATTRS.
+ *
+ * NOTE: Callers are responsible for XML-escaping attribute values as
+ * necessary.
  *
  * The bucket will be allocated from BKT_ALLOC.
  */