Replace ",<,>,& with their respective XML entities in DAV requests
authorMike Hommey <mh@glandium.org>
Thu, 9 Apr 2009 22:25:37 +0000 (00:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 12 Apr 2009 05:21:59 +0000 (22:21 -0700)
If the repo url or the user email contain XML special characters, the
remote DAV server is likely to reject the LOCK requests because the XML
is then malformed.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found