Ticket #616 (closed defect: invalid)

Opened 2 years ago

Last modified 3 weeks ago

mod_ssi is too forgiving

Reported by: SpookyET Assigned to: jan
Priority: normal Milestone:
Component: mod_ssi Version: 1.4.11
Severity: normal Keywords: mod_ssi; file; virtual
Cc: Blocking:
Need Feedback: 0

Description

The file attribute looks up from the current directory. The virtual attributes looks up from the site root.

For example, lighty allows <!--#include virtual="../../../inc/header.inc"--> when the correct way is <!--#include virtual="/inc/header.inc"-->, and Apache does not like that resulting in sites braking when moving servers. Apache also does not allow a dot in front <!--#include virtual="./inc/header.inc"-->.

Attachments

Change History

04/25/2008 09:26:25 AM changed by stbuehler

  • status changed from new to closed.
  • resolution set to invalid.
  • blocking changed.
  • pending changed.

I don't see the problem as long as valid pages work as they should.


Add/Change #616 (mod_ssi is too forgiving)




Change Properties
Action