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

Re: [feature] Log HTTP header for autoversioning

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2005-01-14 01:54:40 CET

--On Friday, January 14, 2005 12:49 AM +0100 Julian Reschke
<julian.reschke@gmx.de> wrote:

>> I could be persuaded, though, if enough people think that the setting of
>> properties within PUT requests isn't the top of a slippery slope.
>
> I think it clearly is.

As far as the implementation would go, it'd be impossible to do multi-line
log messages via a header because an HTTP header is only supposed to be one
line. MIME folding allows the header to span multiple lines on the request
itself, but httpd then places it back together when parsing the headers.
Likewise, multiple instances of a header are folded together (or overriden
depending upon context). Note that there is also a limit of 8k for a
header value by default in httpd (but can be overriden by directives).

A slippery slope indeed lies in that direction. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 14 01:55:57 2005

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.