From: Geoffrey Young Date: Mon, 8 Mar 2004 23:27:45 +0000 (+0000) Subject: byterange requests with configured ErrorDocuments return 206 instead X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f43c5ed5c032edfe3658531e1498cccf84f06d6;p=thirdparty%2Fapache%2Fhttpd.git byterange requests with configured ErrorDocuments return 206 instead 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 --- diff --git a/STATUS b/STATUS index c9a5a0418d5..54acd868311 100644 --- 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