使用 SSL 和 JAAS 时,Cache-Control 和 Pragma HTTP 标头在 jBoss 中的什么位置设置?

发布于 2024-09-13 21:20:54 字数 288 浏览 7 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

夜空下最亮的亮点 2024-09-20 21:20:54

哎呀!

在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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文