In app.yaml we've set up /admin/.* to be accessible only to admins, but then
the actual admin
pages are at /admin?... and we have to check the authorization ourselves. If we
moved the admin
page to something like /admin/admin.html we could just let App Engine do the
work and remove
the @require_auth decorator we've implemented.
Original issue reported on code.google.com by jblockso...@gmail.com on 23 Jun 2009 at 9:10
Original issue reported on code.google.com by
jblockso...@gmail.com
on 23 Jun 2009 at 9:10