I have an static director with following handler ..

- url: /image
  static_dir: image
  expiration: 1d


Everything inside image directory works perfectly well except .. a
subdirectory with Images having Space in their name..

ie ...

/image/subdirectory/Image 345.png

Now the browser sends the request in the form :

/image/subdirectory/Image%20345.png


Which fails with an 404 Error .Even when the image is there. How to
handle this ... The other option to rename those 300 images one by one
is rather ....  .. :(
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to