Received: (qmail 16429 invoked by uid 2012); 7 Dec 1998 16:26:11 -0000 Message-Id: <19981207162611.16428.qmail@hyperreal.org> Date: 7 Dec 1998 16:26:11 -0000 From: Todd Vierling Reply-To: tv@pobox.com To: apbugs@hyperreal.org Subject: mod_include's mod_perl SSI hook uses wrong way to detect IncludesNOEXEC X-Send-Pr-Version: 3.2 >Number: 3502 >Category: mod_include >Synopsis: mod_include's mod_perl SSI hook uses wrong way to detect IncludesNOEXEC >Confidential: no >Severity: serious >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Mon Dec 7 08:30:01 PST 1998 >Last-Modified: Mon Dec 7 11:31:19 PST 1998 >Originator: tv@pobox.com >Organization: >Release: 1.3.3 >Environment: All >Description: In order to prevent when IncludesNOEXEC is set, handle_perl() checks "!(ap_allow_options(r) && OPT_INCLUDES)", which is always set if handle_perl is called. >How-To-Repeat: Set IncludesNOEXEC and - it mysteriously works fine. >Fix: Change the expression to: (ap_allow_options(r) && OPT_INCNOEXEC) >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Mon Dec 7 11:31:19 PST 1998 State-Changed-Why: This was already reported and was fixed a week or two ago. Thanks for the report. >Unformatted: [In order for any reply to be added to the PR database, ] [you need to include in the Cc line ] [and leave the subject line UNCHANGED. This is not done] [automatically because of the potential for mail loops. ] [If you do not include this Cc, your reply may be ig- ] [nored unless you are responding to an explicit request ] [from a developer. ] [Reply only with text; DO NOT SEND ATTACHMENTS! ]