Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 96069 invoked from network); 12 Jun 2002 16:12:52 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 12 Jun 2002 16:12:52 -0000 Received: (qmail 27406 invoked by uid 97); 12 Jun 2002 16:12:34 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 27371 invoked by uid 97); 12 Jun 2002 16:12:33 -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 27359 invoked by uid 98); 12 Jun 2002 16:12:33 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-Id: X-Mailer: Novell GroupWise Internet Agent 6.0.1 Date: Wed, 12 Jun 2002 11:12:09 -0500 From: "Jim Michael" To: Subject: flush="false" not working? Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I was under the impression that Tomcat4 now lets me do JSP 1.2 things like modify response headers via includes with flush="false". However, this does not work for me. I created a very simple test where TEST1.JSP does: And within test2.jsp I do: <% response.setDateHeader("Last-Modified",1021852800934L); %> This *should* set the last-modified header to May 18-ish, but it doesn't work. If I move the setDateHeader() code to TEST1.JSP, it sets the header fine... so it seems that even though flush="false" doesn't throw an error anymore, it still does not allow me to set response headers as advertised. Any suggestions or corrections welcome! I'm using Tomcat 4.0.3 and JDK 1.3.1 Jim -- To unsubscribe, e-mail: For additional commands, e-mail: