This is where process gets in the way of just doing the right thing.
Backport it for chrissakes.
-g
On Tue, Dec 09, 2003 at 06:39:58PM -0800, Stas Bekman wrote:
> Stas Bekman wrote:
>
> > Here is an adjusted patch, I've s/include/INCLUDES/ in your suggestion.
>
> Now committed. please +1 to backport in STATUS so we can move on...
>
> > Index: modules/filters/mod_include.c
> > ===================================================================
> > RCS file: /home/cvs/httpd-2.0/modules/filters/mod_include.c,v
> > retrieving revision 1.291
> > diff -u -r1.291 mod_include.c
> > --- modules/filters/mod_include.c 9 Dec 2003 01:58:21 -0000
> > 1.291
> > +++ modules/filters/mod_include.c 9 Dec 2003 22:39:32 -0000
> > @@ -3603,7 +3603,8 @@
> > if (!(ap_allow_options(r) & OPT_INCLUDES)) {
> > ap_log_rerror(APLOG_MARK, APLOG_WARNING, 0, r,
> > "mod_include: Options +Includes (or
> > IncludesNoExec) "
> > - "wasn't set, passing data unmodified");
> > + "wasn't set, INCLUDES filter removed");
> > + ap_remove_output_filter(f);
> > return ap_pass_brigade(f->next, b);
> > }
>
> __________________________________________________________________
> Stas Bekman JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/ mod_perl Guide ---> http://perl.apache.org
> mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org http://ticketmaster.com
--
Greg Stein, http://www.lyra.org/