]> granicus.if.org Git - apache/commit
Prevent a case of SSI timefmt-smashing with filter chains including
authorJoe Orton <jorton@apache.org>
Mon, 23 Mar 2009 11:12:23 +0000 (11:12 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 23 Mar 2009 11:12:23 +0000 (11:12 +0000)
commitc84fec155221190ad7e06772756e215af90c4b42
tree4bc6bb81f1a5e142cb3221a28bcaed370fad7d63
parentd5897d537b311e5e26ed270e2c8288b27b0a976d
Prevent a case of SSI timefmt-smashing with filter chains including
multiple INCLUDES filters:

* modules/filters/mod_include.c (add_include_vars): Drop unused
  timefmt argument.
  (add_include_vars_lazy): Take timefmt argument.
  (get_include_var, handle_printenv): Pass time format from context.

PR: 39369

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@757376 13f79535-47bb-0310-9956-ffa450edef68
modules/filters/mod_include.c