You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/06/20 12:32:53 UTC

DO NOT REPLY [Bug 20945] New: - Mod_ext_filter mangles SSI

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: bugs@httpd.apache.org
        ReportedBy: apache@neil.fraser.name


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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org