Re: mod_expires is broken was Re: [VOTE]: Apache 2.0.46

2003-05-29 Thread Bill Stoddard
Jeff Trawick wrote: Justin Erenkrantz wrote: --On Tuesday, May 27, 2003 1:29 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: ExpiresDefault is busted. The offending line is mod_expires.c:531. t = apr_table_overlay(r-pool, notes-expfields, t); apr_table_overlay may create a new table

mod_expires is broken was Re: [VOTE]: Apache 2.0.46

2003-05-27 Thread Justin Erenkrantz
--On Tuesday, May 27, 2003 1:29 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: httpd-test's perl-framework is failing on the expires test. Am looking into it now to see what is going on, but does anyone else see this? -- justin ExpiresDefault is busted. The offending line is

Re: mod_expires is broken was Re: [VOTE]: Apache 2.0.46

2003-05-27 Thread Jeff Trawick
Justin Erenkrantz wrote: --On Tuesday, May 27, 2003 1:29 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: ExpiresDefault is busted. The offending line is mod_expires.c:531. t = apr_table_overlay(r-pool, notes-expfields, t); apr_table_overlay may create a new table always does, right? (or

RE: mod_expires is broken was Re: [VOTE]: Apache 2.0.46

2003-05-27 Thread Sander Striker
From: Justin Erenkrantz [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 27, 2003 11:19 PM --On Tuesday, May 27, 2003 1:29 PM -0700 Justin Erenkrantz [EMAIL PROTECTED] wrote: httpd-test's perl-framework is failing on the expires test. Am looking into it now to see what is going on, but