带有客户端证书和 Grails 的 Tomcat
我在 stackoverflow,配置我的 tomcat,部署 grails 应用程序并在 grails 应用程序中搜索客户端证书。我在属性中找到了
request.request.request.attributes['javax.servlet.request.X509Certificate']
这是访问证书的正确方法吗?看起来有点不对:-)
I found the right information on how to configure tomcat with client certificates on stackoverflow, configured my tomcat, deployed a grails application and searched within the grails application for the client certificate. I found it in the property
request.request.request.attributes['javax.servlet.request.X509Certificate']
Is this the right way to access the certificate? Is looks a bit wrong :-)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的。我想我已经明白了......这看起来更好:
ok. I think I've got it... this looks better: