You could check the url on the request and serve a redirect to the custom domain though if you didn't want appid.appspot.com to be shown.
-Robert On Wed, Aug 15, 2012 at 12:48 PM, Joshua Woodward <[email protected]>wrote: > there will always be* your-app-id*.appspot.com though > > > On Wed, Aug 15, 2012 at 12:45 PM, Jeff Schnitzer <[email protected]>wrote: > >> On Wed, Aug 15, 2012 at 8:46 AM, Joshua Woodward <[email protected]> >> wrote: >> > There is no getting rid of the appspot domain. >> >> One minor nit - this is not quite correct. >> >> If you set up a servlet filter, you can easily block or redirect all >> traffic to the appspot.com virtual host. You don't need to serve >> traffic on *.appspot.com. >> >> Jeff >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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?hl=en. >> >> > > > -- > > > > Google+ - http://joshuawoodward.com/+ > Twitter - @howtohtml5 <http://twitter.com/howtohtml5> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
