Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
遇到一个问题,想根据我的配置文件动态设置security-constraint的标签,但是做不到。所以我希望web.xml中的标签可以动态生成或者写在web.xml之外。非常感谢你的帮助!
我认为您的问题可能与此有关。但是,如果您使用的是 Servlet 3.0 规范,则可以尝试以编程方式为 servlet 添加和配置安全性的方法,如此处所示。