To apply the basic authentication we have to provide role (as I did in Tomcat container). Here google app engine defines only two role a) *. b) admin.
I believe Google app engine has customize the BASIC_AUTH to GOOGLE_AUTH. Thats why they have their own role constraint. And in GOOGLE_AUTH it redirects the google login page. So I can't use BASIC_AUTH in my application. Thoughts? On Fri, Apr 8, 2011 at 6:15 PM, Simon Knott <[email protected]> wrote: > Hi, > > In what way is it not working? > > Cheers, > Simon > > -- > 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 > [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-java?hl=en. > -- 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 [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-java?hl=en.
