Hi everyone, As documented in http://code.google.com/appengine/docs/java/config/webxml.html#Error_Handlers, I've setup the 404 section in my web.xml: <error-page> <error-code>404</error-code> <location>/404.html</location> </error-page>
However, when I try to access http://<id>.appspot.com/images/does-not-exist.png, my browser prints a error page about a page which does not exist and causes a redirect loop. The generated URL is: http://<id>.appspot.com/images/does-not-exist.png/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/index.jsp/ I've tried to reproduce the behavior on some public sites hosted on appspot.com, but could not succeed. I think the ones I tried don't have the 404 filter setup... What am I doing wrong? Thanks, A+, Dom -- 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.
