DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20945>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20945 Mod_ext_filter mangles SSI Summary: Mod_ext_filter mangles SSI Product: Apache httpd-2.0 Version: 2.0.46 Platform: PC OS/Version: Linux Status: NEW Severity: Major Priority: Other Component: mod_ext_filter AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] The apache docs describe a trivial 'slowdown' filter here: http://httpd.apache.org/docs-2.0/mod/mod_ext_filter.html This filter rearranges the order of SHTML includes. When both mod_ext_filter and mod_includes target the same document, mod_ext_filter is called once for each piece (which is very annoying, but that's another bug). If the shtml document is large, and the include is small, the small include will be printed first, causing major errors in the resulting web page. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
