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

Re: [PATCH] mod_dav_svn directory listing i18n fix, and odd bug

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-07-23 06:09:32 CEST

Branko Čibej <brane@xbc.nu> writes:
> Yes, except that we also have to add Content-Transfer-Encoding: 8-bit,
> or whatever the header is. I'd vote to add both to the xml case, too,
> just to be on the safe side.

Okay, I've done a bit of reading up. Rather than list all the
references, I'll just say: go to Google and search on

   "the Content-Transfer-Encoding header"

That'll get you roughly the same set of documents I got :-), including
RFC 1521.

It appears that Content-Transfer-Encoding is mainly for email, or for
other transport protocols that cannot handle 8-bit data.

Oh, but duh, that code in dav_svn_set_headers() might be producing for
ultimate consumption by an email process, or something similar? So it
*still* makes sense to add this. And maybe makes sense to add both to
the XML case too.

But I'm not sure of the best to add new headers in there. Greg Stein,
here's looking at you...

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 23 06:22:40 2002

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.