Return-Path: X-Original-To: apmail-xmlgraphics-commits-archive@www.apache.org Delivered-To: apmail-xmlgraphics-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E7F00D109 for ; Tue, 11 Dec 2012 13:44:39 +0000 (UTC) Received: (qmail 86631 invoked by uid 500); 11 Dec 2012 13:44:39 -0000 Mailing-List: contact commits-help@xmlgraphics.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@xmlgraphics.apache.org Delivered-To: mailing list commits@xmlgraphics.apache.org Received: (qmail 86620 invoked by uid 99); 11 Dec 2012 13:44:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 13:44:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Dec 2012 13:44:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E150B2388B75 for ; Tue, 11 Dec 2012 13:44:10 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r841693 [3/3] - in /websites/staging/xmlgraphics/trunk/content: ./ fop/1.0/embedding.html fop/1.0/servlets.html fop/1.1/servlets.html fop/changes.html fop/trunk/servlets.html Date: Tue, 11 Dec 2012 13:44:07 -0000 To: commits@xmlgraphics.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121211134410.E150B2388B75@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Modified: websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html ============================================================================== --- websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html (original) +++ websites/staging/xmlgraphics/trunk/content/fop/trunk/servlets.html Tue Dec 11 13:44:06 2012 @@ -494,7 +494,7 @@ The Source instance used ab
  • Give IEx the opportunity to cache. In particular, ensure the server does not set any headers causing IEx not to cache the content. This may be a real problem if the document is sent over HTTPS, because most IEx installations will by default not cache any content retrieved over HTTPS. Setting the Expires header entry may help in this case:

    -
    `response.setDateHeader("Expires", System.currentTimeMillis() + cacheExpiringDuration * 1000);`
    +
    response.setDateHeader("Expires", System.currentTimeMillis() + cacheExpiringDuration * 1000);
     
    --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@xmlgraphics.apache.org For additional commands, e-mail: commits-help@xmlgraphics.apache.org