GWT java on googleアプリケーションエンジンを使用しているプロジェクトで作業しています。 httpsで自分のアプリにアクセスしたいので、 "myapp-dot-appspot.com"を使って自分のアプリにアクセスできます。しかし、私は何が使用されているか知りたがっています:GoogleアプリケーションエンジンGWT Javaのweb.xmlで<security-constraint>を使用するのはどのようなものですか?
<security-constraint>
<web-resource-collection>
<web-resource-name>profile</web-resource-name>
<url-pattern>/profile/*</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>
設定はweb.xmlにあります。