Ticket #381 (closed defect: fixed)
IE에서 첨부파일 다운로드후 캐시폴더에서 실행시 cache-control 문제
| Reported by: | inureyes | Owned by: | inureyes |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Core | Version: | 1.5 |
| Keywords: | cache,attachment | Cc: | dev@… |
| Release: |
Description
개요
- 그런데 태터툴즈에서는 저장이 아니라 열기를 선택하면, 템프러리 폴더에서 찾을 수 없다는 메세지를 띄우고는 정상적으로 열기가 되지 않음.
- http://forum.tattersite.com/ko/viewtopic.php?id=3073
해결방안
- blog/attachment/index.php 의 헤더선언부에 다음을 추가 (optimized 버전 기준임)
- header('Cache-Control: private');
- header('Pragma: no-cache');
Change History
Note: See
TracTickets for help on using
tickets.
