Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 40431 invoked from network); 18 Jan 2006 15:29:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Jan 2006 15:29:05 -0000 Received: (qmail 57338 invoked by uid 500); 18 Jan 2006 15:26:43 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 52827 invoked by uid 500); 18 Jan 2006 15:26:14 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 50887 invoked by uid 99); 18 Jan 2006 15:26:01 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2006 07:26:00 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [12.17.213.84] (HELO bco-exchange.bco.roguewave.com) (12.17.213.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jan 2006 07:24:01 -0800 Received: by bco-exchange.bco.roguewave.com with Internet Mail Service (5.5.2657.72) id ; Wed, 18 Jan 2006 08:16:45 -0700 Message-ID: <4FA4B7B3231C5D459E7BAD020213A942037B2196@bco-exchange.bco.roguewave.com> From: Benjamin Gomez To: "'stdcxx-dev@incubator.apache.org'" Subject: RE: question about serving pages from a database Date: Wed, 18 Jan 2006 08:16:39 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2657.72) Content-Type: text/plain X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Martin, The problem is that the headers being returned from the server include a content-type of text/plain instead of text/html. IE picks up the fact that it is formatted as a web page and displays as a web page, but Mozilla formats it as it is supposed to. Ben -----Original Message----- From: Martin Sebor [mailto:sebor@roguewave.com] Sent: Tuesday, January 17, 2006 4:24 PM To: webdev@roguewave.com Cc: stdcxx-dev@incubator.apache.org Subject: question about serving pages from a database Does anyone have any suggestion for how to get browsers to render html files stored in a Subversion database? Here's some more detail about the problem we're trying to solve: http://issues.apache.org/jira/browse/STDCXX-12 http://issues.apache.org/jira/browse/STDCXX-122 Thanks Martin