The following reply was made to PR general/3052; it has been noted by GNATS.
From: Mark Solomon <[EMAIL PROTECTED]> To: Manoj Kasichainula <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: general/3052: mod_spelling no longer offering list of possible choices Date: Wed, 23 Sep 1998 20:49:00 -0400 (EDT) It's running now with the below patch and the module is presenting the same screen to the URL of http://www.seva.net/~msolomon/laughBG Multiple Choices Spelling fix: /~msolomon/laughBG: 2 candidates On Wed, 23 Sep 1998, Manoj Kasichainula wrote: > Apply this patch on src/modules/standard/mod_speling.c. Does this fix > your problem? > > Index: mod_speling.c > =================================================================== > RCS file: /export/home/cvs/apache-1.3/src/modules/standard/mod_speling.c,v > retrieving revision 1.26 > diff -u -r1.26 mod_speling.c > --- mod_speling.c 1998/09/19 12:16:38 1.26 > +++ mod_speling.c 1998/09/23 22:21:52 > @@ -506,6 +506,10 @@ > : "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; > } > } > > > -- > Manoj Kasichainula - [EMAIL PROTECTED] > IBM Apache Development Team > Research Triangle Park, NC > - Mark Solomon - Dep Dir of Information Technology 50 Shoe Lane, Newport News, VA 23606 Office 757-594-7092 FAX 757-594-7833 http://www.seva.net/ - http://www.seva.net/~msolomon/
