> 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 does anyone else see this? -- justin > > 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, so the original pointer has to be > updated as well. I'm trying to figure out what the proper fix is to this. > The code makes it hard to figure out what t should be reset to in a clean > manner. > > Using a ** might work, but that's lame. -- justin Okay. Considering that reverting modules/metadata/mod_expires.c r1.39.2.2 doesn't lead to a regression with respect to 2.0.45, I'm considering that to be the best option. I'll drop it from the tag. Next release, which is hopefully a but quicker in succession to 2.0.46 than 2.0.46 is to 2.0.45, can have a proper fix. Sander
