Any idea?


On Oct 7, 10:46 am, Fabrizio <fht...@gmail.com> wrote:
> Hello, I'm testing OpenID (SDK 1.3.7). My env is: Eclipse + GAE Plugin.
> Question: is OpenID supported by local development server?
>
> I have a protected area. I force users to login with:
> <security-constraint>
> <web-resource-collection>
> <url-pattern>/protected/*</url-pattern>
> </web-resource-collection>
> <auth-constraint>
> <role-name>*</role-name>
> </auth-constraint>
>
> </security-constraint>
>
> When I try to access the protected area from production I get correctly
> redirect 
> to:http://MYAPP.appspot.com/_ah/login_required?continue=http://MYAPP.app...
>
> But on local development server I
> get:http://localhost:8888/_ah/login?continue=http://localhost:8888/protec...
>
> Why?
>
> fabrizio

-- 
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