Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 68723 invoked from network); 8 Sep 2004 21:05:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 8 Sep 2004 21:05:02 -0000 Received: (qmail 74191 invoked by uid 500); 8 Sep 2004 21:04:16 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 74059 invoked by uid 500); 8 Sep 2004 21:04:14 -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 74027 invoked by uid 99); 8 Sep 2004 21:04:14 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [204.74.20.252] (HELO sid.armstrong.com) (204.74.20.252) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 08 Sep 2004 14:04:12 -0700 Received: from joedog.org (pcp01470022pcs.lncstr01.pa.comcast.net [68.82.237.147]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id i88L6hTj005546 for ; Wed, 8 Sep 2004 16:06:43 -0500 Message-ID: <413F73C7.308@joedog.org> Date: Wed, 08 Sep 2004 17:04:07 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Is there a mechanism to control the HTTP header order? References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Nope. -Tim Sean Cooper wrote: > I have an application that I am test crawling with a COTS search > engine. It runs fine in an embedded version of Tomcat where the > header order is > "http/1.0 200 OK, Content-Type, Connection:close, Date, Server, > Last-Modified", but the header order for the stand-alone Tomcat > installation in Windows came out as "http/1.0 ok, Last-Modified, > Content-Type, Date, Server, > Connection:close". Which is causing a problem with the COTS search product. > > Is there any mechanism to control the order that Tomcat displays the > HTTP headers in? I need to ensure that the Last-Modified header > appears after the Date header. > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org