> > (and Require Admin login isn't enough) > > That would be enough, but the only way to do that is to put the > limitation in the web.xml file
I might be missing something, but can't you just do the same thing in code: http://code.google.com/appengine/docs/python/users/functions.html#is_current_user_admin I'm not sure how different it is for Java, but I'd be surprised if you couldn't do the same thing. -- 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.
