[TLA] C#modxslt2--main--1.3--patch-78/changes suggested by Colin Bendell tla
From: tla@xxxxxxxxxxxxxxxxxx
To: dev@xxxxxxxxxxxxxxxx
Subject: [TLA] C#modxslt2--main--1.3--patch-78/changes suggested by Colin Bendell
Date: Sun, 3 Aug 2008 23:23:24 +0200 (CEST)
Summary: changes suggested by Colin Bendell
New version of: modxslt2--main--1.3--patch-78
Available in archive: tla@xxxxxxxxxxxxxxxxxxxxxxxxxxx
Committed by: Carlo Contavalli <ccontavalli@xxxxxxxxxxxxxxx>
on: Sun Aug 3 21:23:24 UTC 2008
New-Files: 0
Modified-Files: 1
Removed-Files: 0
Changelog:
* sapi/apache2/modxslt.c - moved unsetting Content-Length
a couple lines further in the code, and added checks
for the environment variable 'no-xslt'. This should allow
for more flexible usage of mod-xslt (see thread in ml,
from a couple months ago).
I wasn't sure if we wanted to have this, as mod-xslt
already has *lot* (too many?) mechanisms to enable / disable
it on a per document basis. However, SetEnvIf seems to be
common practice, by grepping into standard apache modules.
I'm still unsure :) so, if you have any opinion, let me
know, and we'll work something out (or just revert this
change).
In any case, thanks to <colin at bendell.ca> for providing
the patch and raising the issue.