Hi,

I have a static directory that contains folders with spaces in their
names. Then I try to get to a resource in one of those folders, GAE
gives me a 404. Is there anything I can do in app.yaml or the code to
make this work? I would really love to keep spaces in folder names.

Example

Folder: /static/images/My Folder/image-001.jpg

When I go to http://localhost:8080/static/images/My%20Folder/image-001.jpg,
the image doesn't show up.

INFO     2009-05-14 16:07:14,108 dev_appserver.py:2935] "GET /static/
images/My%20Folder/image-001.jpg HTTP/1.1" 404

Thanks in advance.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to