Hello Friends, I am facing following problem in my application: 1. I created a Servlet which can be accessed by any logged in user. This Servlet adds tasks in a queue. 2. Servlet used by the tasks is restricted for Admin only in web.xml. 3. Tasks executed properly when I log in as Admin but not when with normal Google Account. 4. I am surprised because Google Docs for Task Queue Service says that tasks can access Admin only URLs. 5. My understanding from this Docs is - "tasks will get executed irrespective of who is adding them - Admin or other user". 6. If not how to protect task URLs from within web.xml as the same Docs says that tasks cannot access URLs restricted with * role.
Any help will be appreciated. Thanks in advance. -- 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.
