From: Justin Erenkrantz Date: Fri, 28 Jun 2002 20:16:26 +0000 (+0000) Subject: Just one more showstopper on my list and I'm not sure we can do anything X-Git-Tag: 2.0.40~361 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd6570b47af569552f1276533c258b35c69be55;p=apache Just one more showstopper on my list and I'm not sure we can do anything about this one in 2.0 due to required handler changes... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95909 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f2160fcdf1..ff749ce625 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/06/27 21:06:18 $] +Last modified at [$Date: 2002/06/28 20:16:26 $] Release: @@ -101,28 +101,6 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: +1: Justin -1: Aaron - * 500 returned instead of 501 if a handler other than default_handler - is invoked on a method with M_INVALID. - Message-ID: <20020613001913.J22524@apache.org> - Proposed patch: <20020613111913.S22524@apache.org> - Is this a showstopper? - +1: Justin - -1: Cliff, Aaron - - * Returning invalid 304 errors when filters are present. [PR 9673] - Message-ID: - <20020607135121.G19485@apache.org> - <20020610204425.B19018@lyra.org> - Proposed patch: <20020607214725.K19485@apache.org> - Status: We should set r->no_local_copy, but where can we set it? - We must set it before the handlers are run so that the - appropriate handler can call ap_meets_conditions() before - generating the data. Greg has reservations about Justin's - proposed patch. Consensus needed. - Is this a showstopper? - +1: Justin - -1: Cliff, Aaron - * server pushed CGI's not working. (Is this a showstopper??) PR: 8482 Message-ID: <3CE15B85.2FF45121@apache.org>