From tomcat-user-return-101570-apmail-jakarta-tomcat-user-archive=jakarta.apache.org@jakarta.apache.org Fri May 21 14:09:04 2004 Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 38272 invoked from network); 21 May 2004 14:09:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 21 May 2004 14:09:04 -0000 Received: (qmail 14134 invoked by uid 500); 21 May 2004 14:08:42 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 14088 invoked by uid 500); 21 May 2004 14:08:42 -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 14049 invoked by uid 98); 21 May 2004 14:08:41 -0000 Received: from alex@squigly.net by hermes.apache.org by uid 82 with qmail-scanner-1.20 (clamuko: 0.70. Clear:RC:0(205.150.136.12):. Processed in 0.027522 secs); 21 May 2004 14:08:41 -0000 X-Qmail-Scanner-Mail-From: alex@squigly.net via hermes.apache.org X-Qmail-Scanner: 1.20 (Clear:RC:0(205.150.136.12):. Processed in 0.027522 secs) Received: from unknown (HELO mail.squigly.com) (205.150.136.12) by hermes.apache.org with SMTP; 21 May 2004 14:08:41 -0000 Received: by mail.squigly.com (Postfix, from userid 511) id A9DB1273C; Fri, 21 May 2004 09:49:46 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mail.squigly.com (Postfix) with ESMTP id 9B5919518 for ; Fri, 21 May 2004 09:49:46 -0400 (EDT) Date: Fri, 21 May 2004 09:49:46 -0400 (EDT) From: Alex X-Sender: To: Tomcat Users List Subject: RE: CGIServlet -- tomcat In-Reply-To: <9C5166762F311146951505C6790A9CF80229B96A@US-VS1.corp.mpi.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: hermes.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N *

TODO:

*
    *
  • Support for setting headers (for example, Location headers don't work) Taken from the CGIServlet code. Given this, if i have a piece of perl that is doing the below and is being pushed through the cgiservlet: print $q->header(-type => "image/png", -expires => "$expire{$CGI::png}"); is not going to work? --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org