diff --git a/CHANGES b/CHANGES
index e31d8d075b..27b9350eff 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) ap_expr: Add req_novary function that allows HTTP header lookups
+ without adding the name to the Vary header. [Stefan Fritsch]
+
*) mod_ssl: Change default for SSLCompression to off, as compression
causes security issues in most setups. (The so called "CRIME" attack).
[Stefan Fritsch]
diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml
index 7b1f6d6626..508d9d4b85 100644
--- a/docs/manual/expr.xml
+++ b/docs/manual/expr.xml
@@ -142,7 +142,9 @@ listfunction ::= listfuncname "(" word ")"
req function. Using these
variables may cause the header name to be added to the Vary
header of the HTTP response, except where otherwise noted for the
- directive accepting the expression.
req_novary
+ function may be used to circumvent this
+ behavior.
req, http |
Get HTTP request header; header names may be added to the Vary header, see below | |
req_novary |
+ Same as req, but header names will not be added to the
+ Vary header | |
resp |
Get HTTP response header | |
reqenv |
@@ -468,7 +473,8 @@ listfunction ::= listfuncname "(" word ")"