【发布时间】:2015-04-19 03:39:48
【问题描述】:
以下是我在 web.xml 文件中使用的标签。
web-resource-name 是什么?
<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