Ok, here's a small test file that shows that that mod_include patch is not working properly (using mod_bucketeer notation, all one line):
Before If <!-- comment --><!--#if expr="$FALSE" -->Anything^FNothing<!--#else -->SomethingElse<!--#endif --><!-- right after if -->After if Without the patch, you'll get: Before If AnythingSomethingElseAfter if (when $FALSE is not defined) With the patch, it seems to throw away too much! SomethingElseAfter if :( Ron > -----Original Message----- > From: Cliff Woolley [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2003 2:31 PM > To: Ron Park > Cc: '[EMAIL PROTECTED]' > Subject: RE: Two mod_include problems > > > On Mon, 21 Jul 2003, Ron Park wrote: > > > Yes, this is the patch we tried. > > It passes my tests. You'll have to give me some more > specific things to > try to see it fail. > > Andre also brought up a point about different SSIStartTag > settings, like > "----", with a sequence like "--^P--" (mod_bucketeer > notation). I haven't > looked into that yet. > > --Cliff >
