I know in principle how to redirect.

The point is, all appengine python handler classes are identical for
both

http://example.appspot.com and http://www.example.com


So I had to check in EVERY python handler class - is the call coming
from example.appspot.com - if yes redirect to www.example.com. This is
madness.

The question is how to globally set for all my python classes to
redirect this call.

- Ricky
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to