This is just a guess, but can you make sure everything is escaped? For
instance, the "\'" part looks problematic. In general, you want to avoid
issues that can occur from weird naming - it's really not worth your time
debugging these issues when you can just change the path.

On Tue, Sep 7, 2010 at 11:55 AM, mstodd <toaste...@gmail.com> wrote:

> I have some css files and images in an oddly named directory that work
> fine when developing locally, but produce a 404 in production after
> being deployed.
>
> Here's an example of one bad request from my production logs:
>
> "GET /ZIM\'S%20Bar%20-%20770%20N%20Milwaukee%20St%20-%20Milwaukee%20WI
> %2053202_files/flagheader.jpg HTTP/1.1" 404 204 "http://
> zimsmilwaukee.appspot.com/" "Mozilla/5.0 (Windows; U; Windows NT 6.1;
> en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.127 Safari/
> 533.4,gzip(gfe)"
>
> Any suggestions?
>
> thanks,
> Mark
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to
> google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

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

Reply via email to