would making one change of adding a . before the * in the following line
help?
- url: /[a-zA-Z/_].*/admin/.*

just curious if . is needed before use of * in the yaml.

Jeremy

On Wed, 2009-01-21 at 16:53 -0800, theillustratedlife wrote:
> I've got a Django app with some functions I'd like to keep people from
> running, so I've sandboxed them to admins using app:
> 
> - url: /[a-zA-Z/_]*/admin/.*
>   script: main.py
>   login: admin
> 
> - url: /.*
>   script: main.py
> 
> 
> It's working too well - I'm an admin, and I can't access them!
> 
> My friend is the admin for the domain it's on.  He created the app
> with Google Apps authentication (which it doesn't look like I could
> change if I wanted to).  He created me a Google Apps account and made
> it an admin.  I can access the admin section of http://google.com/a/
> for this domain just fine, yet I still get this forbidden error when I
> try to access resources protected by app.yaml.
> --~--~---------~--~----~------------~-------~--~----~
> 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
> -~----------~----~----~----~------~----~------~--~---
> 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to