Re: SSI - Regular expression parsing

2013-07-01 Thread David Reitter
Christopher Schultz wrote: > Can you provide a minimal test case as a WAR file: basically just the > META-INF/web.xml and a minimal SSI page to be processed? Done. I filed bug report #55176. I hope it contains all pertinent information. Thanks for getting back to me. - David ---

SSI - Regular expression parsing

2013-06-28 Thread David Reitter
Hi, I'm trying to use some SSI in 7.0.39 using SSIFilter. The file is parsed, in principle, but whenever an IF expression with a certain regular expression is encountered, Tomcat seems to stop processing the file and will not return any contents after that (for the request). Example: My requ