>Number: 2033 >Category: mod_include >Synopsis: #set var does not pass the value onto any subsequent #include >files >Confidential: no >Severity: non-critical >Priority: medium >Responsible: apache >State: open >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Fri Apr 3 03:20:00 PST 1998 >Last-Modified: >Originator: [EMAIL PROTECTED] >Organization: apache >Release: 1.3b3 NT >Environment: NT 4.0 SP3 >Description: If you set a variable in the "parent" document any following included documents cannot see this variable. This is the reverse situation of the problem reported in PR 1928.
<http://bugs.apache.org/index/full/1928> >How-To-Repeat: Parent document <!--#set var="Title" value="Apache RTFM!" --> <!--#include file="rtfm_header.html" --> . . . -------------rtfm_header.html------------------- <html> <head> <title> <!--#echo var="Title"--> </title> . . . >Fix: Sorry I don't have any suggestions, as I have not started to work with the src code tree yet >Audit-Trail: >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include <[EMAIL PROTECTED]> in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ]
