>
> I tried it but a call via http is still possible and wil not be
> automatically redirected to the https protocol.

Are you using *.appspot.com?  It doesn't work for a custom domain, does it?

>Also Eclipse doesn't
> like the <url-pattern> in <web-resource-collection> and marks it as
> error.

adding  <web-resource-name>asdf</web-resource-name>  resolved that for me

> <security-constraint>
>  <web-resource-collection>
 <web-resource-name>asdf</web-resource-name>
>  <url-pattern>/load</url-pattern>
>  </web-resource-collection>
>  <user-data-constraint>
>  <transport-guarantee>CONFIDENTIAL</transport-guarantee>
>  </user-data-constraint>
> </security-constraint>

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