Re: Bug with "SetHandler None"

2016-03-19 Thread Michael Kaufmann
Eric Covener wrote: On Sat, Mar 19, 2016 at 11:31 AM, Michael Kaufmann wrote: I have found a bug in the current 2.4.x branch: "SetHandler None" does not work anymore (note the capital letter "N"). This worked with Apache 2.4.18. Probably this commit has changed the behavior: http://svn.apache.o

Re: Bug with "SetHandler None"

2016-03-19 Thread Eric Covener
committed and proposed, was just getting these myself. On Sat, Mar 19, 2016 at 12:44 PM, Yann Ylavic wrote: > On Sat, Mar 19, 2016 at 5:37 PM, Eric Covener wrote: >>> The bigger question is whether or not 'none' should be case insensitive >>> or not. IMHO, it should be. >> >> yup. Looking now to

Re: Bug with "SetHandler None"

2016-03-19 Thread Eric Covener
On Sat, Mar 19, 2016 at 11:31 AM, Michael Kaufmann wrote: > I have found a bug in the current 2.4.x branch: "SetHandler None" does not > work anymore (note the capital letter "N"). This worked with Apache 2.4.18. > Probably this commit has changed the behavior: > http://svn.apache.org/r1729876 Th

Re: Bug with "SetHandler None"

2016-03-19 Thread Yann Ylavic
On Sat, Mar 19, 2016 at 5:37 PM, Eric Covener wrote: >> The bigger question is whether or not 'none' should be case insensitive >> or not. IMHO, it should be. > > yup. Looking now too. We probably need something like this: Index: server/core.c

Re: Bug with "SetHandler None"

2016-03-19 Thread Eric Covener
On Sat, Mar 19, 2016 at 12:37 PM, Eric Covener wrote: > yup. Looking now too. > I've got it -- Eric Covener cove...@gmail.com

Re: Bug with "SetHandler None"

2016-03-19 Thread Eric Covener
> The bigger question is whether or not 'none' should be case insensitive > or not. IMHO, it should be. yup. Looking now too.

Re: Bug with "SetHandler None"

2016-03-19 Thread Jim Jagielski
Hmmm a rough look doesn't seem to show anyplace where we used to use strcasecmp and now use strcmp; The bigger question is whether or not 'none' should be case insensitive or not. IMHO, it should be. > On Mar 19, 2016, at 11:31 AM, Michael Kaufmann > wrote: > > Hi, > > I have found a bug

Bug with "SetHandler None"

2016-03-19 Thread Michael Kaufmann
Hi, I have found a bug in the current 2.4.x branch: "SetHandler None" does not work anymore (note the capital letter "N"). This worked with Apache 2.4.18. Probably this commit has changed the behavior: http://svn.apache.org/r1729876 The documentation at https://httpd.apache.org/docs/2.4/en/