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 Wed, Sep 8, 2010 at 10:33 AM, App Engine Notifications <
[email protected]> wrote:

> 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 <[email protected]> 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
>> [email protected].
>> To unsubscribe from this group, send email to
>> [email protected]<google-appengine-java%[email protected]>
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-appengine-java?hl=en.
>>
>>
>


-- 
Ikai Lan
Developer Programs Engineer, Google App Engine
Blog: http://googleappengine.blogspot.com
Twitter: http://twitter.com/app_engine
Reddit: http://www.reddit.com/r/appengine

-- 
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 [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-java?hl=en.

Reply via email to