[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: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 21 Oct 2009 19:45:36 +0200

On 20.10.2009 12:14, Vlad Volkov 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:
> OPTIONS http://server2008:88/svn/sandbox/trunk/%25test/test.txt
> 200 OK
>
> Earlier in the seesion 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.

Fixed in r17522.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2409880
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-10-21 19:45:49 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.