diff options
author | Eric Covener <covener@apache.org> | 2014-04-04 00:00:31 +0200 |
---|---|---|
committer | Eric Covener <covener@apache.org> | 2014-04-04 00:00:31 +0200 |
commit | ac734ce33040e3b2d4e05d86b6583ab1e1659494 (patch) | |
tree | d83f1691335f05112da0c00f4f3f98a13376be17 /CHANGES | |
parent | allow users to workaround the over-agressive backreference (diff) | |
download | apache2-ac734ce33040e3b2d4e05d86b6583ab1e1659494.tar.xz apache2-ac734ce33040e3b2d4e05d86b6583ab1e1659494.zip |
add CHANGES for r1584417
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) mod_rewrite: Support an optional list of characters to escape in the + argument for the 'B' (escape backreferences) flag. [Eric Covener] + *) mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not OCSP requests should use a nonce to be checked against the responder's one. PR 56233. [ Yann Ylavic ] |