tomcat https web配置

来源:百度知道 编辑:UC知道 时间:2024/06/28 07:23:30
<security-constraint>
<web-resource-collection>
<web-resource-name>1</web-resource-name>
<url-pattern>/login.jsp</url-pattern>
</web-resource-collection>
<user-data-constraint>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
</security-constraint>

谁能解释一下,这几行啥意思啊

安全约束“
<web-resource-collection>
<web-resource-name>一日“ /网上资源名称”
<url-pattern> / login.jsp “ /网址模式”
“ /网络资源的收集”
<user-data-constraint>
<transport-guarantee>机密“ /运输保障”
“ /用户数据约束”
“ /安全约束”