BUG?: lock message isn't correctly escaped
From: Gnustavo <gnustavo_at_gmail.com>
Date: Fri, 29 Aug 2008 10:56:23 -0700 (PDT)
I'm using "SVN/1.5.1 (r32289)/TortoiseSVN-1.5.2.13595 neon/0.28.2".
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
Isn't this a bug?
Gustavo.
BTW, I haven't tested with messages for other commands (commit, etc.)
---------------------------------------------------------------------
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.