Re: svn commit: r1792169 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h modules/generators/mod_status.c modules/proxy/mod_proxy.c server/config.c server/util.c

2017-05-26 Thread Eric Covener
The rewrite case was failing in the test suite. I removed both checks in r1792169. On Mon, May 8, 2017 at 8:04 PM, Eric Covener wrote: > On Thu, Apr 27, 2017 at 1:51 PM, Eric Covener wrote: >> On Fri, Apr 21, 2017 at 4:44 AM, wrote: >>> +

Re: svn commit: r1792169 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h modules/generators/mod_status.c modules/proxy/mod_proxy.c server/config.c server/util.c

2017-05-08 Thread Eric Covener
On Thu, Apr 27, 2017 at 1:51 PM, Eric Covener wrote: > On Fri, Apr 21, 2017 at 4:44 AM, wrote: >> +/* A request that has passed through .htaccess has no business >> + * landing up here. >> + */ >> +if (ap_request_tainted(r, AP_TAINT_HTACCESS))

Re: svn commit: r1792169 - in /httpd/httpd/trunk: CHANGES include/ap_mmn.h include/httpd.h modules/generators/mod_status.c modules/proxy/mod_proxy.c server/config.c server/util.c

2017-04-27 Thread Eric Covener
On Fri, Apr 21, 2017 at 4:44 AM, wrote: > +/* A request that has passed through .htaccess has no business > + * landing up here. > + */ > +if (ap_request_tainted(r, AP_TAINT_HTACCESS)) { > +return DECLINED; > +} > + If AllowOverride is enabled for