腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(1049)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
可以在web.xml之外动态生成或写入web.xml中的<
security-constraint
>标记吗?
我遇到一个问题,我想根据我的配置文件动态设置安全约束的标签,但是我做不到。所以我希望web.xml中的标签可以在web.xml之外动态生成或编写。非常感谢你的帮助!
浏览 12
修改于2013-07-28
得票数 0
2
回答
web.xml中的auth约束元素
我在每个元素中分别定义了这3个auth-constraint元素:...<auth-constraint>Role1</auth-constraint><
security-constraint
></
security-cons
浏览 1
提问于2010-06-17
得票数 1
2
回答
**不能在web.xml安全中工作-约束
我试着像这样提到 <web-resource-collection> <url-pattern>/gadgets/**/css/*</url-pattern></
sec
浏览 22
修改于2016-03-16
得票数 1
1
回答
声明包含多个角色的用户的安全约束
<
security-constraint
> <web-resource-name>Admin Pages</web-resource-nameweb-resource-collection> <role-name>admin</role-name></<e
浏览 2
修改于2016-04-04
得票数 2
回答已采纳
2
回答
在web.xml中声明的http方法不会阻止其他http方法
所以我在我的web.xml中声明: <web-resource-collection> <http-method>GET</http-method>&l
浏览 0
提问于2012-08-01
得票数 2
2
回答
web.xml中的安全约束不适用于具有文件扩展名的URL模式
<
security-constraint
> <web-resource-name>Public Area</web-resource-name/url-pattern> </web-resource-collection> </
浏览 19
修改于2019-10-24
得票数 14
回答已采纳
1
回答
tomcat中特定war文件(应用程序)的Url模式
<
security-constraint
> <web-resource-name>Protected Context</web-resource-nameuser-data-constraint> </user-data-constraint> </
security-c
浏览 1
提问于2022-06-28
得票数 1
回答已采纳
2
回答
从web.xml的安全性中排除JSP
我只想从question.jsp中排除一个
security-constraint
文件。这是我的web.xml寄来的 <display-name>My Security Constraint</display-name> <auth-constraint> <role-name>*<
浏览 3
修改于2016-02-17
得票数 13
1
回答
如何为每个组设置不同的欢迎文件?
welcome-file-list> </welcome-file-list> <role-name>administrateur</role-name> </auth-constraint>
浏览 1
提问于2013-06-03
得票数 0
1
回答
将每个HTTP请求重定向到HTTPS
我知道,答案是: <web-resource-collection> <transport-guarantee>CONFIDENTIAL</transport-guarantee></
security-co
浏览 0
修改于2014-12-05
得票数 3
1
回答
从安全约束中排除目录
问题是我的tomcat7过滤了https下/使用https的所有流量,但是前面的异常被忽略了……> <
security-constraint
web-resource-name>> </web-resource-collection> > <&
浏览 2
修改于2016-04-21
得票数 1
3
回答
web.xml中的白名单安全约束
web.xml包含某些条目,如下所示: <web-resource-collection> <http-method>TRACE</http-method> <auth-constraint /> </
security-c
浏览 1
修改于2015-04-10
得票数 26
回答已采纳
1
回答
多个安全约束:最后一个不包括前面的url模式
<
security-constraint
> <web-resource-name>AdminPanel</web-resource-name<transport-guarantee>CONFIDENTIAL</transport-guarantee> </
security-constraint
&
浏览 18
修改于2013-04-02
得票数 4
2
回答
仅在本地主机上禁用https
<
security-constraint
> <web-resource-name>app</web-resource-name-- OMIT auth-constraint --> <web-resource-collectionweb-resource-collecti
浏览 0
修改于2017-08-23
得票数 1
1
回答
在Google平台上保护SpringBoot REST端点
我尝试使用以下配置向我的项目中添加一个web.xml文件:<
security-constraint
user-data-constraint> </u
浏览 5
提问于2018-01-04
得票数 1
回答已采纳
1
回答
严重-对于使用URL模式[/*]的安全约束,HTTP方法[POST GET]是不存在的
我的web.xml看起来像: <display-name>Restrict resources</display-name> </web-resource-collection><
浏览 0
修改于2020-01-30
得票数 1
1
回答
javaee模式"/“匹配所有内容,而"/*”应该是这样,而不是"/“。
<
security-constraint
> <web-resource-name>Common pages</web-resource-nameweb-resource-collection> <role-name>MY_GROUP</role-name> </
浏览 4
修改于2012-05-19
得票数 2
1
回答
如何使用SSL强制只打开一个页面?
<
security-constraint
> <web-resource-name>Notify page, accesseduser-data-constraint> </user-data-constraint> </
security-const
浏览 2
修改于2011-05-11
得票数 1
2
回答
安全约束和欢迎文件
在我的web.xml中,我使用了类似这样的东西: <web-resource-collection> <url-pattern>/*</url-pattern> <auth-constraint /> </
secur
浏览 2
修改于2015-10-27
得票数 4
回答已采纳
1
回答
在tomcat + jsf中的https之后重定向到http
所以我在web.xml中声明 <web-resource-collection> <transport-guarantee>CONFIDENTIAL</transport-guarantee> </
security-cons
浏览 3
修改于2010-07-01
得票数 0
回答已采纳
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券