ie no cache

From Evernote:

ie no cache


Internet Explorer 無法從 SSL 網站開啟 Office 文件



  1. chrome真的看得到xls的header,不過我測試環境上的看不到,很奇怪
  2. 因為他代理伺服器的關係會cache很多狀態,造成使用者登入狀態錯亂
    ,所以我大部分的程式還是要no-cache.
  3. 本來是使用annotation @ 用 Stripes framework指定,後來沒效.

    下載xls的時候,雖然有指定application/vnd.ms-excel
    好像還是被我們用的sitemesh排版套件,嵌入有指定no cache的頁面
    只好再單獨加入標頭參數
    this.getContext().getResponse().setHeader("Cache-Control", "public");
    this.getContext().getResponse().setHeader("Pragma", "public");







留言

熱門文章

汐科定便當記錄(一)

汐科定便當記錄 (完)

ireport換行