From: Eric Covener Date: Sat, 25 Jan 2014 18:01:38 +0000 (+0000) Subject: backported in r1560697 X-Git-Tag: 2.4.8~203 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe41e7f7ba889dffd2c984c806fcb51850a350d0;p=apache backported in r1560697 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1561351 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index cc899c5e2a..c4323852e5 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.4.8 + *) mod_dir: Don't search for a DirectoryIndex or DirectorySlash on a URL + that was just rewritten by mod_rewrite. PR53929. [Eric Covener] + *) mod_session: When we have a session we were unable to decode, behave as if there was no session at all. [Thomas Eckert ]