« Return to Thread: PDF problems in IE

Re: PDF problems in IE

by Gregor J. Rothfuss :: Rate this Message:

Reply to Author | View in Thread

Jonathan Linczak wrote:

> Well I was able to do a quick test using a default setup of Tomcat and  
> the Acrobat plug-in loads the page just fine in IE/Win.  So it's  
> definitely down to some setup in Jetty/Cocoon/Lenya that's causing the  
> problem.  Gregor, how does one set these headers in the sitemap?  And  
> do you mean the publication-sitemap.xmap in each pub or the overall  
> sitemap?  Did you create a pipeline that made this work for all PDF  
> files?:
>

<map:pipeline type="noncaching">
   <map:parameter name="expires" value="access"/>
   <map:match pattern="**/*.pdf">
     ... stuff in here ...
   </map:match>

should take care of the cache expiry headers

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: PDF problems in IE