Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 33336 invoked by uid 500); 5 Apr 2000 19:24:50 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 33250 invoked by uid 500); 5 Apr 2000 19:24:48 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 5 Apr 2000 19:24:47 -0000 Message-ID: <20000405192447.33225.qmail@locus.apache.org> From: ake@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/modules/standard mod_negotiation.c ake 00/04/05 12:24:47 Modified: src/modules/standard mod_negotiation.c Log: Get mod_negotiation working. We may ultimately need finer granularity of type_checker hook ordering, but this will get MultiViews working for now. Revision Changes Path 1.24 +1 -1 apache-2.0/src/modules/standard/mod_negotiation.c Index: mod_negotiation.c =================================================================== RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_negotiation.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- mod_negotiation.c 2000/03/31 09:05:18 1.23 +++ mod_negotiation.c 2000/04/05 19:24:46 1.24 @@ -2740,7 +2740,7 @@ static void register_hooks(void) { ap_hook_fixups(fix_encoding,NULL,NULL,HOOK_MIDDLE); - ap_hook_type_checker(handle_multi,NULL,NULL,HOOK_MIDDLE); + ap_hook_type_checker(handle_multi,NULL,NULL,HOOK_FIRST); } module MODULE_VAR_EXPORT negotiation_module =