Tomcat 安全限制

发布于 2024-12-06 15:28:14 字数 141 浏览 0 评论 0原文

如何取消 tomcat 中的安全约束?

基本上,我定义了一个安全约束,它为整个上下文设置基本身份验证。

如何从中排除一个文件,例如 /public-available.html?因此,除了这一资源之外,我对所有内容都进行了身份验证设置。

How do you negate a security constraint in tomcat?

Basically, I have one security constraint defined which setup up basic authentication for the entire context.

How can I exclude one file, for example, /public-available.html from this? So I have authentication setup for everything, except this one resource.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

旧城空念 2024-12-13 15:28:14

阅读此内容:http://java.dzone.com/articles/understanding-web-security< /a>
如果您遇到任何问题,请告诉我。

如果将具有不同访问权限的文件放在不同的文件夹/层次结构中,管理安全约束就会容易得多。例如:/public/public-available.html、/restricted/xyz.html

Read this: http://java.dzone.com/articles/understanding-web-security
In case you face any problem, let me know.

It will be much easier to manage your security constraint if you put files with different access in different folder/hierarchy. ex: /public/public-available.html, /restricted/xyz.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文