禁用或覆盖Seam应用程序上的某些http标头?
我想在我的 Seam 应用程序上禁用 x-powered 和一些其他标头,我该怎么做?
I want to disable x-powered and some other headers on my seam application how can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要删除 x-powered,请在 web.xml 中添加
要在 Pages.xml 中添加自定义标头,请添加
es。
To remove x-powered add in web.xml
To add a custom header in pages.xml add
es.