Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 64218 invoked from network); 23 Jan 2003 21:49:52 -0000 Received: from exchange.sun.com (192.18.33.10) by 208.185.179.12.available.above.net with SMTP; 23 Jan 2003 21:49:52 -0000 Received: (qmail 3462 invoked by uid 97); 23 Jan 2003 21:50:59 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 3447 invoked by uid 97); 23 Jan 2003 21:50:58 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 3435 invoked by uid 98); 23 Jan 2003 21:50:58 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "Jacob Hookom" To: "Tomcat Users List" Subject: HttpServletResponse Caching Date: Thu, 23 Jan 2003 15:49:16 -0600 Message-ID: <000201c2c329$46f37130$6764a8c0@MYBABY> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N X-Spam-Rating: 208.185.179.12.available.above.net 1.6.2 0/1000/N I'm going to cache the response from a resource via a filter (WrappedHttpServletResponse). Currently I'm storing both the header information and the outputstream = as a byte array. Should I be making accommodations for storing/rewriting = header information, or is this something that automatically gets written into = the outputstream at some point that I wouldn't need to do up proxy-type = methods for caching when a resource calls setHeader(String, String) on the = response? Best Regards, Jacob -- To unsubscribe, e-mail: For additional commands, e-mail: