jean-frederic clere wrote:
Hi,

When using mod_jk2 and mod_charset_lite mod_charset_lite cores because r->filename is NULL.

patch looks reasonable... unfortunately, I lifted some bad style from somewhere (the code around your patch)... I'll fix that up and then commit the appropriate patch


     if (r->proxyreq) return DECLINED;
+    if (r->filename == NULL) return DECLINED;



Reply via email to