Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 36546 invoked from network); 14 Jan 2009 07:59:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jan 2009 07:59:23 -0000 Received: (qmail 11024 invoked by uid 500); 14 Jan 2009 07:59:23 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 10967 invoked by uid 500); 14 Jan 2009 07:59:23 -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 10957 invoked by uid 99); 14 Jan 2009 07:59:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Jan 2009 23:59:23 -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; Wed, 14 Jan 2009 07:59:21 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4172B234C48B for ; Tue, 13 Jan 2009 23:59:00 -0800 (PST) Message-ID: <2105289990.1231919940266.JavaMail.jira@brutus> Date: Tue, 13 Jan 2009 23:59:00 -0800 (PST) From: "David Crossley (JIRA)" To: dev@forrest.apache.org Subject: [jira] Created: (FOR-1156) Dispatcher output serializer needs to be configurable: xhtml/html MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Dispatcher output serializer needs to be configurable: xhtml/html ----------------------------------------------------------------- Key: FOR-1156 URL: https://issues.apache.org/jira/browse/FOR-1156 Project: Forrest Issue Type: Improvement Components: Plugin: internal.dispatcher Affects Versions: 0.9-dev Reporter: David Crossley Fix For: 0.9-dev The default final output from the Dispatcher is serialized as xhtml and has the xhtml document type declaration. For some applications, that is what is needed. However for some websites itwould be better to have html output, e.g. HTML 4.01 So the output serializer needs to be configurable. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.