[plt-scheme] web-server and file names
That's a bug. It's on my list of things to fix. I expect to fix
several little things
shortly after next week's ESOP. You can do something lame like create
a symlink
from test%20file to 'test file' if you are desperate.
Paul
>
> I have two files in the web server:
>
> shared/testfile
> shared/test file
>
> When either typing into my web browser's location box or redirecting
> through redirect-to in a servlet, this works:
>
> http://myserver/shared/testfile
>
> while neither of these do:
>
> http://myserver/shared/test file
> http://myserver/shared/test%20file
>
>
> How do I serve files with spaces in their names?
>
> - Daniel
>
>
>
>