Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 9719 invoked by uid 6000); 25 Sep 1998 17:17:57 -0000 Received: (qmail 9713 invoked by alias); 25 Sep 1998 17:17:56 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 9711 invoked by uid 216); 25 Sep 1998 17:17:55 -0000 Date: 25 Sep 1998 17:17:55 -0000 Message-ID: <19980925171755.9710.qmail@hyperreal.org> From: manoj@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src/modules/standard mod_speling.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org manoj 98/09/25 10:17:55 Modified: src CHANGES src/modules/standard mod_speling.c Log: Undo my earlier hack to override error-notes. The real fix has now been applied. Revision Changes Path 1.1079 +0 -3 apache-1.3/src/CHANGES Index: CHANGES =================================================================== RCS file: /export/home/cvs/apache-1.3/src/CHANGES,v retrieving revision 1.1078 retrieving revision 1.1079 diff -u -r1.1078 -r1.1079 --- CHANGES 1998/09/25 15:26:03 1.1078 +++ CHANGES 1998/09/25 17:17:52 1.1079 @@ -15,9 +15,6 @@ *) PORT: Fix sys/resource.h handling for Amdahl's UTS 2.1 [Dave Dykstra ] PR#3054 - *) Fix mod_speling's handling of multiple matched URLs. - [Manoj Kasichainula] - *) Correct comment in mod_log_config.c about its internals. [Elf Sternberg ] 1.28 +0 -4 apache-1.3/src/modules/standard/mod_speling.c Index: mod_speling.c =================================================================== RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_speling.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- mod_speling.c 1998/09/23 22:42:05 1.27 +++ mod_speling.c 1998/09/25 17:17:54 1.28 @@ -506,10 +506,6 @@ : "Spelling fix: %s: %d candidates", r->uri, candidates->nelts, ref); - /* The log entry above will be sent to the client instead of the - * page we've constructed unless we take it out of error-notes */ - ap_table_unset(r->notes, "error-notes"); - return HTTP_MULTIPLE_CHOICES; } }