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 2004/08/20 16:30:31 UTC

DO NOT REPLY [Bug 30773] New: - mod_dir redirection produces unexpected results with SSI

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30773>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30773

mod_dir redirection produces unexpected results with SSI

           Summary: mod_dir redirection produces unexpected results with SSI
           Product: Apache httpd-2.0
           Version: 2.0.50
          Platform: PC
        OS/Version: FreeBSD
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: mod_dir
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: bugzilla-apache@morphisms.net


The timefmt SSI directive appears to be ignored by the echo var=DATE_LOCAL directive
when the page using SSI is loaded due to a redirection by mod_dir.    The problem appears
to be in ap_internal_fast_redirect as called on line 159 of modules/mappers/mod_dir.c.
Replacing this call with an appropriate call to ap_internal_redirect eliminates the symptoms.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org