Test suite for SSI

2004-10-23 Thread Nick Kew
In the context of markup filtering, I've created a new SSI implementation that decouples SSI handling from HTML parsing. This is designed to be re-usable in filters driven by general markup parsers such as expat and libxml2. I am planning to incorporate it in several applications, the first of

Re: Test suite for SSI

2004-10-23 Thread Cliff Woolley
On Sat, 23 Oct 2004, Nick Kew wrote: Before proceeding further, I'd like to validate it against any available test suite for SSI/mod_include. Does such a thing exist? Yes, there's a fairly extensive (though certainly not exhaustive) set of mod_include tests in

Re: Test suite for SSI

2004-10-23 Thread Andr Malo
* Nick Kew [EMAIL PROTECTED] wrote: In the context of markup filtering, I've created a new SSI implementation that decouples SSI handling from HTML parsing. Ehm, is it coupled in any way? This is designed to be re-usable in filters driven by general markup parsers such as expat and

Re: Test suite for SSI

2004-10-23 Thread Nick Kew
On Sat, 23 Oct 2004, [ISO-8859-15] André Malo wrote: * Nick Kew [EMAIL PROTECTED] wrote: In the context of markup filtering, I've created a new SSI implementation that decouples SSI handling from HTML parsing. Ehm, is it coupled in any way? Yes, it's all in one large and complex

Re: [Patch 30399] New directive CacheIgnoreHeaders to prevent user defined headers from being stored by mod_cache

2004-10-23 Thread Justin Erenkrantz
--On Friday, October 15, 2004 10:48 AM +0200 Rüdiger Plüm [EMAIL PROTECTED] wrote: please find attached a new more general approch to prevent cookies from being stored in the cache. As proposed by Justin I replaced my original CacheStoreCookies directive with the more general CacheIgnoreHeaders

Re: Test suite for SSI

2004-10-23 Thread Nick Kew
On Sat, 23 Oct 2004, Nick Kew wrote: check out the httpd-test module, there's quite complete mod_include test there. [EMAIL PROTECTED] is the mailing list for that stuff. Thanks nd and cliff for that tip. I guess I must've looked in the wrong place. Hmm, none of that is actually usable.