Re: mod_include if expr parsing

2002-05-04 Thread Cliff Woolley
On Fri, 3 May 2002, Brian Pane wrote: > The scanning loop in get_ptoken() was consuming the ')' > right after the "443". I just committed a fix. Thanks! It strikes me that the parsing engine in there is relatively clunky... I wouldn't mind rewriting the thing. But then again, I guess there's

Re: mod_include if expr parsing

2002-05-03 Thread Brian Pane
The scanning loop in get_ptoken() was consuming the ')' right after the "443". I just committed a fix. --Brian Cliff Woolley wrote: >- >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8462 > > >produces a "Unmatched '('" error which

mod_include if expr parsing

2002-05-03 Thread Cliff Woolley
- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8462 produces a "Unmatched '('" error which is wrong. - This looks like a legitimate bug, though from looking through the