The following reply was made to PR general/3052; it has been noted by GNATS.

From: Manoj Kasichainula <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: general/3052: mod_spelling no longer offering list of possible 
choices
Date: Wed, 23 Sep 1998 18:31:54 -0400

 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

Reply via email to