that's not really a bug i guess. the problem is the space character. depending how your system is configured and depending how the target system is configured a space is not always a space.
if you play around with encoding on your machine i am pretty sure you will get it to run "somehow". in short: do never use a "space" character in your urls and you will avoid a bunch of problems... ra On Wed, Dec 16, 2009 at 7:23 AM, tha <[email protected]> wrote: > I have the following files in my webapp: > > <myappname>\WEB-INF\web.xml > <myappname>\WEB-INF\appengine-web.xml > <myappname>\publish\Application Files\index.html > <myappname>\publish\Application_Files\index.html > ... > > When I use appcfg.cmd to upload, everything seems OK, I see no error. > But when I try to access > > http://<myappname>.appspot.com/publish/Application%20Files/index.html > I see a 404 error > > while http://<myappname>.appspot.com/publish/Application_Files/index.html > works correctly. > > Is this a bug or not? Any workaround solution? (I have to have use the > name with space) > > Thank you in advance! > > Thai > > -- > > 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. > > > -- 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.
