From: Jim Jagielski Date: Mon, 8 Oct 2007 12:24:57 +0000 (+0000) Subject: Note PR 43519 is closed... X-Git-Tag: 2.3.0~1350 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c56c01323ae25d1cd68bd958d0c2bbb906ded153;p=apache Note PR 43519 is closed... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582795 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index e2c92e6788..82ab3e33a6 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ Changes with Apache 2.3.0 [ When backported to 2.2.x, remove entry from this file ] + *) http_core: OPTIONS * no longer maps to local storage or URI + space. PR 43519 [Jim Jagielski] + *) mod_proxy_http: Correctly forward unexpected interim (HTTP 1xx) responses from the backend according to RFC2616. But make it configurable in case something breaks on it.