]> granicus.if.org Git - apache/commitdiff
Note PR 43519 is closed...
authorJim Jagielski <jim@apache.org>
Mon, 8 Oct 2007 12:24:57 +0000 (12:24 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 8 Oct 2007 12:24:57 +0000 (12:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@582795 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index e2c92e678809da400c649db7730cb1699d29a2cc..82ab3e33a6c463245a1555b3276537bfe248aeca 100644 (file)
--- 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.