I'm experiencing the same behavior in my app.

I got the 404 infinite redirect loop when my app has a <jsp-config> in 
web.xml. This only happens on production, so I guess is this a production 
bug?

The only thing that seem to fix this issue is by removing any <jsp-config> 
you have in web.xml. This is very odd because you may want to use it to some 
useful settings, like:

            <el-ignored>false</el-ignored>
            <include-prelude>/WEB-INF/prelude.jspf</include-prelude>
            <trim-directive-whitespaces>true</trim-directive-whitespaces>

Sadly, you have to add all that stuff in your jsps manually.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/ZiFf0JSUQYoJ.
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