BUG?: lock message isn't correctly escaped
From: Gustavo Leite de Mendonça Chaves <gustavo_at_gnustavo.com>
Date: Mon, 1 Sep 2008 08:22:49 -0300
I'm using "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2" and
When I try to get a lock passing a message containing the characters
I can obtain the same lock using the command "svn lock -m'<asdf>'
Sniffing the HTTP transaction I saw that the '<' and '>' characters
The actual HTTP message that I got from the sniffer is this:
------------------------------------------------------------
<?xml version="1.0" encoding="utf-8" ?><D:lockinfo xmlns:D="DAV:">
The response began with a "HTTP/1.1 400 Bad Request". You can see that
Using the same message in a 'svn commit' command on Windows works. The
I've posted this bug in the TortoiseSVN mailing list first
Gustavo.
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.