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

Re: 400 BAD REQUEST - % symbol is not encoded properly

From: Vlad Volkov <svn_at_vlad-volkov.net.ru>
Date: Tue, 20 Oct 2009 14:28:07 +0400

Sorry, I copy-pasted a wrong portiong of the log.
Here is the request causing problems:
OPTIONS http://server2008:88/svn/sandbox/trunk/%test/test.txt
400 Bad Request

On Tue, Oct 20, 2009 at 14:14, Vlad Volkov <svn_at_vlad-volkov.net.ru> wrote:

> Hello.
>
> I have a file in the repository that has a % (percent sign) in its path.
> When I try to view log for it, I get an error like this: "Server sent
> unexpected return value (400 Bad Request) in response to OPTIONS request for
> 'http://server:88/svn/sandbox/trunk/%test/test.txt'.
> It seems, % in the URL does not get encoded properly.
>
> I was able to trace the error with Fiddler, here is the request causing
> problems: [incorrect URL from the quote corrected]
>
OPTIONS http://server2008:88/svn/sandbox/trunk/%test/test.txt
> 400 Bad Request
>
> Earlier in the session there're requests with properly encoded URLs:
>
> OPTIONS http://server2008:88/svn/sandbox/trunk/%25test/test.txt
> 200 OK
>
> PROPFIND http://server2008:88/svn/sandbox/trunk/%25test/test.txt
> 207 Multi-Status
>
> I've attached the compelete log from Fiddler: all requests and responses
> after clicking "Log" in TortoiseSVN.
>
> My configuration:
> - TortoiseSVN 1.6.5, Build 16974 - 32 Bit
> - SVN Server 1.6.5.38866 + Apache 2.2.13 (VisualSVN Server 2.0.7).
>

-- 
        Vladimir Volkov, at your service
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2409329
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-20 12:28:36 CEST

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.