dbertoni 01/05/03 11:38:48
Modified: c/samples/ApacheModuleXSLT mod_xslt.c
Log:
Hopefully, a fix for bug 1149.
Revision Changes Path
1.4 +5 -0 xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c
Index: mod_xslt.c
===================================================================
RCS file: /home/cvs/xml-xalan/c/samples/ApacheModuleXSLT/mod_xslt.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mod_xslt.c 2001/02/08 15:42:56 1.3
+++ mod_xslt.c 2001/05/03 18:38:43 1.4
@@ -105,6 +105,11 @@
char* d = (char *)data;
+ if (r->status != HTTP_OK)
+ {
+ r->status = HTTP_OK;
+ }
+
return ap_rwrite(d, length, r);
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]