Canonical Redirects with Google App Engine
http://yousefourabi.com/cloud-computing/canonical-redirects-with-google-app-engineIt is currently possible to associate multiple URLs with your App Engine instance.
However, the administration interface doesn't permit configuring any redirects. The burden is thus on the app engine developer.
This entry discusses one possible solution for canonical redirects via some simple python in your app engine application.