[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] SVN LOG TOOLS

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-01-29 02:53:20 CET

Branko wasn't clear enough... the comment in svn-log.cgi mentions "output
HTML", yet it echos a Content-Type of text/plain.

IOW, the comment in that script needs to be updated to match what is
actually happening.

Starting with Content-Type does not make it HTML. That is just part of the
CGI protocol between the executable and the web server. In this case, you're
going to tell the web server (and the remote client) that the content of
what you are sending is text/plain.

Cheers,
-g

On Mon, Jan 28, 2002 at 07:20:05PM -0600, David Summers wrote:
>
> Hmmm, I'm not as up on all this stuff as I ought to be but I thought
> anything that started with Content-type: text/plain was HTML because of
> the header. Hmmm....I guess an email could have the same
> thing......Hmmmmm....
>
> - David
>
> On Tue, 29 Jan 2002, Branko [UTF-8] ÄŒibej wrote:
>
> > Date: Tue, 29 Jan 2002 02:12:42 +0100
> > From: "Branko [UTF-8] ÄŒibej" <brane@xbc.nu>
> > To: David Summers <david@summersoft.fay.ar.us>
> > Cc: "dev@subversion.tigris.org" <dev@subversion.tigris.org>
> > Subject: Re: [PATCH] SVN LOG TOOLS
> >
> > David Summers wrote:
> >
> > >Well, if it didn't have the Content-type: text/plain I would have probably
> > >just called it plain text. :-) :-)
> > >
> > >On Tue, 29 Jan 2002, Branko [UTF-8] ÄŒibej wrote:
> > >
> > >>>+# Call svn-log.pl with your favorite repository and output HTML.
> > >>>+
> > >>>+echo "Content-type: text/plain"
> > >>>
> > >>HTML? Really? :-)
> > >>
> > It's just that the comment doesn't match the facts.
> >
> >
>
> --
> David Wayne Summers "Linux: Because reboots are for upgrades!"
> david_at_summersoft.fay.ar.us PGP Key: http://summersoft.fay.ar.us/~david/pgp.txt
> PGP Key fingerprint = C0 E0 4F 50 DD A9 B6 2B 60 A1 31 7E D2 28 6D A8
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:01 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.