christian0101 / svnx

Automatically exported from code.google.com/p/svnx
0 stars 0 forks source link

Spaces in URLs become %2520 #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a repository with spaces in the URL.
2. Make a working copy off the repository.
3. Click "Go to Repository" in the

What is the expected output? What do you see instead?
The repository.  Instead, it replaces %20 with %2520.  This stops the
repository from loading properly.

What version of the product are you using? On what operating system?
SvnX 0.9.13 on Mac OS X Version 10.4.11.

Please provide any additional information below.
I can access the repository from the repository menu correctly.
I think it's replacing % with the url-safe %25.

Original issue reported on code.google.com by vanc...@gmail.com on 20 Feb 2009 at 2:49

GoogleCodeExporter commented 8 years ago
Thanks for reporting this.
Fixed in /branches/chris-features [r75].

Original comment by chris...@gmail.com on 23 Feb 2009 at 5:49