Re: input/output filters and .htaccess

2005-12-21 Thread Gregory (Grisha) Trubetskoy
On Wed, 21 Dec 2005, Graham Dumpleton wrote: /* register the filter NOTE - this only works so long as the directive is only allowed in the main config. For .htaccess we would have to make sure not to duplicate this */ Having input/output filters be able to be specified in .ht

Re: input/output filters and .htaccess

2005-12-21 Thread Gregory (Grisha) Trubetskoy
On Tue, 20 Dec 2005, Graham Dumpleton wrote: Grisha, do you remember why the following warning is present in directive_PythonInputFilter() and directive_PythonOutputFilter() of "mod_python.c". /* register the filter NOTE - this only works so long as the directive is only allowed in th

Re: input/output filters and .htaccess

2005-12-21 Thread Graham Dumpleton
On 21/12/2005, at 3:32 PM, Graham Dumpleton wrote: Grisha wrote .. This sounds like a good idea, but it's probably better to push this off to 3.3 just to veer on the side of caution. My $0.02 Grisha Grisha, do you remember why the following warning is present in directive_PythonInputFil

Re: input/output filters and .htaccess

2005-12-20 Thread Graham Dumpleton
Grisha wrote .. > > This sounds like a good idea, but it's probably better to push this off > to > 3.3 just to veer on the side of caution. > > My $0.02 > > Grisha Grisha, do you remember why the following warning is present in directive_PythonInputFilter() and directive_PythonOutputFilter() o

Re: input/output filters and .htaccess

2005-12-20 Thread Graham Dumpleton
Jorey Bump wrote .. > Graham Dumpleton wrote: > > Anyone know if there are any technical reasons why input/output filters > > as they exist at the moment, applying only to body content and not > > headers, can not be specified in a .htaccess files? > > > > ... > > > > So, does anyone know why this

Re: input/output filters and .htaccess

2005-12-20 Thread Gregory (Grisha) Trubetskoy
This sounds like a good idea, but it's probably better to push this off to 3.3 just to veer on the side of caution. My $0.02 Grisha On Tue, 20 Dec 2005, Graham Dumpleton wrote: Anyone know if there are any technical reasons why input/output filters as they exist at the moment, applying onl

Re: input/output filters and .htaccess

2005-12-20 Thread Jorey Bump
Graham Dumpleton wrote: Anyone know if there are any technical reasons why input/output filters as they exist at the moment, applying only to body content and not headers, can not be specified in a .htaccess files? Specifically, the SetInputFilter, SetOutputFilter, AddInputFilter and AddOutputFi

input/output filters and .htaccess

2005-12-20 Thread Graham Dumpleton
Anyone know if there are any technical reasons why input/output filters as they exist at the moment, applying only to body content and not headers, can not be specified in a .htaccess files? Specifically, the SetInputFilter, SetOutputFilter, AddInputFilter and AddOutputFilter directives of Apache