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

[PATCH] issue #2147 - v2

From: VK Sameer <sameer_at_collab.net>
Date: 2005-01-28 13:24:27 CET

Updated patch after review by Julian Foad and Peter Lundblad.

The test has been modified to run in ra_dav mode only. If there is
a better way to do it than by checking svntest.main.test_area_url,
please let me know.

Regards
Sameer

Fixed issue #2147 - control characters in log message cause failure (over DAV)

* subversion/mod_dav_svn/log.c
    (log_receiver): Modified to call svn_xml_fuzzy_escape() to remove
                    control characters.

* subversion/include/svn_xml.h,
  subversion/libsvn_subr/xml.c
    svn_xml_fuzzy_escape(): New function.

* subversion/tests/clients/cmdline/log_tests.py
    (escape_control_chars): New test.
    (test_list): Added escape_control_chars.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Fri Jan 28 13:26:07 2005

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.