Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 98519 invoked from network); 23 Dec 2008 07:30:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Dec 2008 07:30:07 -0000 Received: (qmail 71810 invoked by uid 500); 23 Dec 2008 07:30:07 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 71758 invoked by uid 500); 23 Dec 2008 07:30:07 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 71749 invoked by uid 99); 23 Dec 2008 07:30:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Dec 2008 23:30:07 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Dec 2008 07:30:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3E0CC234C40B for ; Mon, 22 Dec 2008 23:29:44 -0800 (PST) Message-ID: <1978665255.1230017384253.JavaMail.jira@brutus> Date: Mon, 22 Dec 2008 23:29:44 -0800 (PST) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Created: (FOR-1148) reduce the size of the "body" section of html output MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org reduce the size of the "body" section of html output ---------------------------------------------------- Key: FOR-1148 URL: https://issues.apache.org/jira/browse/FOR-1148 Project: Forrest Issue Type: Sub-task Components: Plugin: internal.dispatcher Affects Versions: 0.9-dev Reporter: David Crossley There are "comments" and extra whitespace in the html output. Of course, people could use the capabilities of their web server to do HTTP compression, e.g. with mod_gzip. However, it would still be useful to have minimal extra content by default. Some indentation is definitely useful. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.