Unable to Download Attachments in IE over SSL

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

You have enabled SSL for the whole site, are accessing Confluence using Internet Explorer, and are unable to download attachments.

回避策

Note that if you try to open an attachment in a secure site, for example a PDF document, the relevant application will try to open it but will report the file cannot be found. However, if you right click the document and choose "Save as" this will work. To fix this, in IE go to the "Tools>Internet Options" menu and click on the Advanced Tab, scroll down to the bottom and look for "Do not save encrypted pages to disk" option - make sure that you un-tick this. This problem is known to affect IE6 and has been reported in Microsoft's knowledge base.

原因

IE will not download attachments into its Temporary Internet Files folder when in SSL mode. You can find further information in these links:

ソリューション

Place these Valve elements in the Context element of conf/server.xml:

<Valve className="org.apache.catalina.authenticator.FormAuthenticator" securePagesWithPragma="false" />
<Valve className="org.apache.catalina.authenticator.NonLoginAuthenticator" securePagesWithPragma="false" /> 

(info) See CONF-16168.

最終更新日: 2016 年 2 月 26 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.