Routes generates bad URLs with args containing spaces

2007-03-16 Thread Mike Orr
I have a bunch of images with spaces in the filenames. I need to embed the filename in the URL with the proper escaping, so: 6001/1355/SHELLNAIRN08OCT05 _24_.jpg should be: /attachments/6001/1355/SHELLNAIRN08OCT05%20_24_.jpg I have a route like this: NUMERIC = R\d+

Re: Routes generates bad URLs with args containing spaces

2007-03-16 Thread Damjan
Isn't + and %20 considered the same in HTTP?? On Mar 17, 12:12 am, Mike Orr [EMAIL PROTECTED] wrote: I have a bunch of images with spaces in the filenames. I need to embed the filename in the URL with the proper escaping, so: 6001/1355/SHELLNAIRN08OCT05 _24_.jpg should be: