Ticket #529 (closed defect: duplicate)
IE 5-6 over HTTPS broken downloads
| Reported by: | tiger@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | general | Version: | 0.7 |
| Severity: | major | Keywords: | windows iexplorer |
| Cc: |
Description
It is known bug of the IE (only) over HTTPS that if any cache control headers were sent before content transfer (specifically file download) then it causes IE error message (can't write to cache - bla-bla-bla) and file download gets aborted. Moreover, as it also known, the HTTPS could not be cached so cache-control headers are useless under HTTPS IMHO. So I propose to check the the env HTTPS (for example) to decide whether to send cache-control headers or not. Specifically current workaround is to comment out sending cache-control everywhere in code under HTTPS.
