From: Mark J. Cox Date: Tue, 21 Apr 2009 09:44:43 +0000 (+0000) Subject: Use CVE-2009-1191 for this issue. We would only X-Git-Tag: 2.3.3~706 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa68deee1c9d8d315839924196ff9dc668b1420f;p=thirdparty%2Fapache%2Fhttpd.git Use CVE-2009-1191 for this issue. We would only share a CVE name where the flaw was due to a shared code base, and this isn't the case for the mod_jk CVE-2008-5519 issue. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@767089 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0186d459292..71f30f8c104 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Changes with Apache 2.3.3 - *) SECURITY: CVE-2008-5519 (cve.mitre.org) + *) SECURITY: CVE-2009-1191 (cve.mitre.org) mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body. PR 46949 [Ruediger Pluem]