Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 32057 invoked from network); 7 Nov 2004 17:56:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Nov 2004 17:56:05 -0000 Received: (qmail 35893 invoked by uid 500); 7 Nov 2004 17:55:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 35856 invoked by uid 500); 7 Nov 2004 17:55:06 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 35843 invoked by uid 99); 7 Nov 2004 17:55:06 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [80.229.52.226] (HELO hugin.webthing.com) (80.229.52.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 07 Nov 2004 09:55:05 -0800 Received: by hugin.webthing.com (Postfix, from userid 500) id D640440981; Sun, 7 Nov 2004 17:55:01 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by hugin.webthing.com (Postfix) with ESMTP id CD629408F7 for ; Sun, 7 Nov 2004 17:55:01 +0000 (GMT) Date: Sun, 7 Nov 2004 17:55:01 +0000 (GMT) From: Nick Kew To: dev@httpd.apache.org Subject: Re: suggestion: strip comments from served html pages In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, 7 Nov 2004, Tobias Skytte wrote: Why not introduce and option to remove the > comments from the served file? You have that option from mod_xmlns, mod_proxy_html or mod_publisher, to name but three. Along with caveats about why it's not necessarily a good idea. -- Nick Kew