From: Mike Hommey Date: Thu, 9 Apr 2009 22:25:37 +0000 (+0200) Subject: Replace ",<,>,& with their respective XML entities in DAV requests X-Git-Tag: v1.6.3-rc0~11 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/519d05be9015871e422cd16ebced620cb01f8b3c?hp=519d05be9015871e422cd16ebced620cb01f8b3c Replace ",<,>,& with their respective XML entities in DAV requests 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 Signed-off-by: Junio C Hamano ---