Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 53447 invoked from network); 7 Nov 2003 18:27:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 7 Nov 2003 18:27:40 -0000 Received: (qmail 14885 invoked by uid 500); 7 Nov 2003 18:27:26 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 14867 invoked by uid 500); 7 Nov 2003 18:27:26 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 14854 invoked from network); 7 Nov 2003 18:27:26 -0000 Received: from unknown (HELO sati.virbus.de) (145.253.246.81) by daedalus.apache.org with SMTP; 7 Nov 2003 18:27:26 -0000 Received: from sati.virbus.de (localhost [127.0.0.1]) by localhost (SMTP Server) with ESMTP id 95188166A62 for ; Fri, 7 Nov 2003 19:27:29 +0100 (MET) Received: from virbus.de (a183069.studnetz.uni-leipzig.de [139.18.183.69]) by sati.virbus.de (SMTP Server) with ESMTP id 599151669F4 for ; Fri, 7 Nov 2003 19:27:29 +0100 (MET) Message-ID: <3FABE43E.9070700@virbus.de> Date: Fri, 07 Nov 2003 19:28:14 +0100 From: Joerg Heinicke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: de-de, de, en-us, en-gb, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: DO NOT REPLY [Bug 17370] - Wrong HTTP Content Length for Reader when "show-time" References: <20031107100031.21964.qmail@nagoya.betaversion.org> <3FAB9417.4050801@verizon.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On 07.11.2003 19:10, Stefano Mazzocchi wrote: >>> But it might not worth the trouble adding all this complexity just to >>> implement some debug feature >> >> >> Well, it obviously is a debug feature. But you probably >> might want to look at it as a small, discreet marketing >> feature also. I suppose some IT-oriented people view >> the page source to see the quality of html code >> or to find out "how" was the page construted/generated. >> And don't forget the show-time feature prints not only >> the processing time, but also the Apache Cocoon mark. >> >> () >> >> That's a common practice used in many frameworks/producs >> ex Vignette products etc. > > > FYI, cocoon already outputs a "X-cocoon:" HTTP header that "markets" our > presence in every request it handles. So, if we really want to know if > cocoon handles that resource look at the HTTP headers, they don't break > content length and are much more "REST"-ish. But this can be shadowed/hidden by a web server. I never investigated why, but our applications running on Cocoon don't have this header. So I guess it's the web server (Apache in this case). Joerg