Portion of URL Escaped Twice
From: David Lilienthal <dave.lilienthal_at_corelis.com>
Date: Thu, 6 May 2010 13:10:05 -0700 (PDT)
I have found that URL's are being generated with folder names that are escape encoded twice. This came to my attention when trying to use the Repo-browser to delete a folder from a repository. Folder names containing spaces cannot be removed because the space characters are escape encoded twice: " " -> "%20" -> "%2520". The repository name *can* contain spaces, as these are encoded correctly.
Example:
URL 'svn://server/my%20repo/this%2520has%2520spaces' does not exist
This occurs under 1.6.8.19260 as well as 1.6.8.19340. I was recently using the 1.6.6.x release, but I cannot say whether that version had the problem. I can say that the 1.6.4.x release definitely did not have the problem.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.