-*- coding: utf-8 -*-
Changes with Apache 2.2.12
+ *) SECURITY: CVE-2009-1195 (cve.mitre.org)
+ Prevent the "Includes" Option from being enabled in an .htaccess
+ file if the AllowOverride restrictions do not permit it.
+ [Jonathan Peatfield <j.s.peatfield damtp.cam.ac.uk>, Joe Orton,
+ Ruediger Pluem]
+
*) SECURITY: CVE-2009-1191 (cve.mitre.org)
mod_proxy_ajp: Avoid delivering content from a previous request which
failed to send a request body. PR 46949 [Ruediger Pluem]
*) mod_rewrite: When evaluating a proxy rule in directory context, do
escape the filename by default. PR 46428 [Joe Orton]
- *) SECURITY: CVE-2009-1195 (cve.mitre.org)
- Prevent the "Includes" Option from being enabled in an .htaccess
- file if the AllowOverride restrictions do not permit it.
- [Jonathan Peatfield <j.s.peatfield damtp.cam.ac.uk>, Joe Orton,
- Ruediger Pluem]
-
*) mod_proxy_ajp: Check more strictly that the backend follows the AJP
protocol. [Mladen Turk]