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.appspot.com/protected/



But on local development server I
get:http://localhost:8888/_ah/login?continue=http://localhost:8888/protected/




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

Reply via email to