Cliff Woolley wrote: >On Tue, 18 Jun 2002, Cliff Woolley wrote: > > > >>Well, it turned out to be because I had forgotten to use <> instead >>of <> around the email addresses. I have no idea why exactly it failed to >>load, but anyway fixing the HTML fixed the problem. Brian Pane is >>investigating on a test machine. >> >> > >The snafu turned out to be the line in the Announcement that said: > > *) Fix mod_include's handling of regular expressions in > "<!--#if" directives [Julius Gawlas <[EMAIL PROTECTED]>] > >Since I hadn't escaped the < of the <!--#if , mod_include tried to parse >the thing and segfaulted. Thanks to Brian Pane for tracking this down. >
Fortunately, it didn't actually segfault. I looks like mod_include just failed to pass the brigade on to the next filter. >Anyway, not a big deal for 2.0.39 since the HTML file was to blame, but >definitely something that should be fixed for 2.0.40. > Definitely. I'll debug it tonight if nobody else gets to it first. --Brian
