Hi,
Can the task queue url access checks be integrated with Spring
Security 3 authentication and authorization instead of Google
Accounts?  I am currently developing an app with Spring 3 and Spring
Security 3 with authentication and authorization based on Spring
Security 3 users and roles (the login and authorization checks with
the Spring Security users are successful on standard pages).

I am trying to run a task with the queue url (/app/admin/task/
deleteitems) configured to hasRole("ROLE_ADMINISTRATOR").  However,
when I am logged on as a user with ROLE_ADMINISTRATOR and I try to
execute the task, the logs shows that the server is requesting for the
login page.

Any help on this is greatly appreciated.  Thanks.

Regard
jt

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to