-*- coding: utf-8 -*-
Changes with Apache 2.5.0
- *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
-
*) SECURITY: CVE-2012-2687 (cve.mitre.org)
mod_negotiation: Escape filenames in variant list to prevent an
possible XSS for a site where untrusted users can upload files to
a location with MultiViews enabled. [Niels Heinen <heinenn google.com>]
+ *) mod_ssl: Add RFC 5878 support. [Ben Laurie]
+
*) mod_authz_core: If an expression in "Require expr" returns denied and
references %{REMOTE_USER}, trigger authentication and retry. PR 52892.
[Stefan Fritsch]