On Tue, 3 May 2005, Matthias Wessendorf wrote:
What I did was I set http header "Cache-Control: public" and also "Cache-Control: public, no-cache" (because of this tut: http://www.mnot.net/cache_docs/)
no-cache will usually block caching in Squid.
But both have no effect. My Squid logfile tells me, that the PDF is not saved on disk
Odd. Works here with "Cache-Control: public".
Are you sure your HTTP server did not add any additional headers blocking caching on the authenticated objects?
Try enabling "log_mime_hdrs" and inspect the response headers.
Regards Henrik