使用 SSL 和 JAAS 时,Cache-Control 和 Pragma HTTP 标头在 jBoss 中的什么位置设置?
在 jBoss 4.2.2 上实施 JAAS 和 SSL,发现无法下载 .pdf 的问题。经过一番研究后,我发现了对 Pragma: No-cache 和 Cache-Control: no-cache 标头的引用,以及为什么这会阻止 IE 下载 .pdf 和相关项目。
好吧,我在标头中填充了 Cache-control、private 和 Pragma、“” 并处理了情况。 但我正在寻找在 jBoss 源代码的何处可以发现有问题的代码以及创建原始标头的条件。
是的,我已经搜索过了,只是不太好..
谢谢 吉姆
Implemented JAAS and SSL on jBoss 4.2.2 and found the issue with being unable to download .pdf's. after some poking around I found references to the Pragma: No-cache and Cache-Control: no-cache headers, and why that prevents IE from downloading .pdf's and related items.
Fine, I stuffed Cache-control, private and Pragma, "" in the header and situation handled.
But I'm looking for where in the expanse of jBoss source I would discover the offending code and the conditions that the original headers are created.
Yes, I have searched, just not well..
Thanks
Jim
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哎呀!
在Josso 中,有一个名为prepareNonCacheResponse() 的方法,
我的错误是没有搜索整个硬盘驱动器。
谢谢,
那么我是否会因为自己的愚蠢而否决自己的问题呢?
Oops!
Its in Josso a method called prepareNonCacheResponse()
my mistake for not searching the whole hard drive.
Thanks,
So do I downvote my own question for being stupid?