The problem is likely that your domain provider is doing a simple redirect to your www hostname where App Engine is able to respond. The redirect logic is probably very basic in that it does not preserve the rest of the request url when doing the redirect. The only way I know around this is to have a site hosted somewhere that can respond to your naked domain request that has the logic to properly form the redirect to the app engine hosted host with the rest of the url intact.
-- 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.
