From: Eric Covener Date: Fri, 28 Aug 2015 17:54:44 +0000 (+0000) Subject: backported X-Git-Tag: 2.5.0-alpha~2903 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e31cb317f8cc440c9e5f20ba5957963ed949c0b;p=thirdparty%2Fapache%2Fhttpd.git backported git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1698385 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 62d04eeebc6..f16198e1075 100644 --- a/CHANGES +++ b/CHANGES @@ -12,10 +12,6 @@ Changes with Apache 2.5.0 Change default value from 600 usec (!) to 15 sec. PR 58091 [Christophe Jaillet] - *) mod_dir: Prevent the internal identifier "httpd/unix-directory" from - appearing as a Content-Type response header when requests for a directory - are rewritten by mod_rewrite. [Eric Covener] - *) mod_rewrite: Allow cookies set by mod_rewrite to contain ':' by accepting ';' as an alternate separator. PR47241. [, Eric Covener]