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 <[EMAIL PROTECTED]>] 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 <[EMAIL PROTECTED]>] 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; } }