I suspect you've got a configuration problem. You might want to carefully review the docs on configuring the admin only login. http://code.google.com/appengine/docs/java/taskqueue/overview.html#Securing_URLs_for_Tasks
If you still can't get it, I would post back including the appropriate parts of your config. Robert On Wed, Mar 30, 2011 at 04:51, Java_GAE <[email protected]> wrote: > 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. > > -- 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.
