gpt4 book ai didi

java - Google 应用引擎 GWT Java 中 web.xml 中 的用途是什么

转载 作者:太空宇宙 更新时间:2023-11-03 14:47:51 25 4
gpt4 key购买 nike

我正在谷歌应用引擎上使用 GWT java 开展项目。我想使用 https 访问我的应用程序,这样我就可以使用“myapp-dot-appspot.com”访问我的应用程序。但是,我想知道有什么用:

<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 中配置。

最佳答案

这意味着:

Requests using HTTP (non-secure) for URLs whose transport guarantee is CONFIDENTIAL are automatically redirected to the same URL using HTTPS.

所以所有对http://myapp.appspot.com/profile/%anything%的请求将被重定向到 https://myapp.appspot.com/profile/%anything%

参见文档:https://cloud.google.com/appengine/docs/java/config/webxml#Secure_URLs

关于java - Google 应用引擎 GWT Java 中 web.xml 中 <security-constraint> 的用途是什么,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37223139/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com