jdc8 / wub

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

Spaces in file path yield "file doesn't exist" error when using File domain #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a File domain
2. Place a file named "index.html" in a subdirectory named "just testing" 
in the directory for that domain
3. Try to navigate to the file, either via href or entering its URL

What is the expected output? What do you see instead?
  I expect to see the file displayed by the browser.
  I see instead the error message "File 'domain/just%20testing/index.html' 
doesn't exist"

What version of the product are you using? On what operating system?
  Running Windows XP professional.
  The /wub/ home page reports Tcl 8.6b1.1 and "Last modified: Fri Feb 27 
13:41:25 EST 2009" at the bottom.

Please provide any additional information below.

Original issue reported on code.google.com by Qunc...@gmail.com on 8 Jun 2009 at 3:24

GoogleCodeExporter commented 9 years ago
Thanks for this - missed out a decoding in [Url parse].  Should be fixed now.

Original comment by mcc...@gmail.com on 9 Jun 2009 at 12:18