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.
我想制作 REST Web 服务,在我的 java 应用程序运行时检查证书 SSL 的到期日期。是否可以在运行时检查加载到应用程序上下文中的证书的到期日期?
谢谢
我有以下情况
/drug 下的所有内容都是安全的我不希望用户能够查看 /drug 下的任何内容,所以我在我的 spring 安全配置中有这个规则。
<intercept-url pattern="/drug/**" access="hasRole('ROLE_