Re: 2.4.23 broke an FCGI corner case (Re: [Bug 59815])

2016-08-08 Thread Jacob Champion
On 07/08/2016 01:21 PM, Jacob Champion wrote: The root cause appears to be (at least to me) that the proxy URL canonicalization step does not run when a per-directory rewrite is used. Instead, mod_rewrite simply hardcodes r->filename to include the query string. With a server-context rewrite,

Re: svn commit: r1754579 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-08 Thread William A Rowe Jr
On Mon, Aug 8, 2016 at 11:24 AM, Eric Covener wrote: > On Mon, Aug 8, 2016 at 12:03 PM, William A Rowe Jr > wrote: > > Easier is to do a compile time comparison of '\n' to 0x15 vs 0x25. But I > > need to know the mystery of 0x25's value through iconv on

Re: svn commit: r1754579 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-08 Thread Eric Covener
On Mon, Aug 8, 2016 at 12:03 PM, William A Rowe Jr wrote: > Easier is to do a compile time comparison of '\n' to 0x15 vs 0x25. But I > need to know the mystery of 0x25's value through iconv on your architecture. > Please research, if they simply trade places we are fine. If

Re: svn commit: r1754579 - /httpd/httpd/trunk/server/gen_test_char.c

2016-08-08 Thread William A Rowe Jr
On Aug 5, 2016 4:37 PM, "Eric Covener" wrote: > > On Fri, Aug 5, 2016 at 4:58 PM, William A Rowe Jr wrote: > > On Thu, Aug 4, 2016 at 2:33 PM, William A Rowe Jr > > wrote: > >> > >> On Thu, Aug 4, 2016 at 2:01 PM, Eric Covener