]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
byterange requests with configured ErrorDocuments return 206 instead
authorGeoffrey Young <geoff@apache.org>
Mon, 8 Mar 2004 23:27:45 +0000 (23:27 +0000)
committerGeoffrey Young <geoff@apache.org>
Mon, 8 Mar 2004 23:27:45 +0000 (23:27 +0000)
of the error code like with 2.0.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@102891 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c9a5a0418d5ee25a4ba3125a270ae72c0281da85..54acd86831162c729dcce57880b01d58a2c144c6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 1.3 STATUS:                                             -*-text-*-
-  Last modified at [$Date: 2004/02/18 15:00:46 $]
+  Last modified at [$Date: 2004/03/08 23:27:45 $]
 
 Release:
 
@@ -50,6 +50,12 @@ RELEASE SHOWSTOPPERS:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
+   * byterange requests with configured ErrorDocuments return 206 instead
+     of the error code like with 2.0.  looks like some 2.0 logic needs to
+     backported.
+       http://marc.theaimsgroup.com/?l=apache-httpd-dev&m=107780510031395&w=2
+        +1: geoff
+
    * isn't ap_die() broken with recognizing recursive errors
        Message-Id: <3F8C56E3.8050501@attglobal.net>
         +1: jeff, jim