You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2004/11/04 11:04:16 UTC

cvs commit: httpd-2.0/modules/experimental mod_example.c

niq         2004/11/04 02:04:16

  Modified:    modules/experimental mod_example.c
  Log:
  PR: 29709,32051
  Submitted by: Gabriel Kalkuhl
  Add warning notice about basing code on mod_example.
  
  Revision  Changes    Path
  1.49      +9 -0      httpd-2.0/modules/experimental/mod_example.c
  
  Index: mod_example.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/experimental/mod_example.c,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- mod_example.c	9 Feb 2004 20:29:18 -0000	1.48
  +++ mod_example.c	4 Nov 2004 10:04:16 -0000	1.49
  @@ -23,6 +23,15 @@
    * In the interest of brevity, all functions and structures internal to
    * this module, but which may have counterparts in *real* modules, are
    * prefixed with 'x_' instead of 'example_'.
  + *
  + * IMPORTANT NOTE
  + * ==============
  + *
  + * Some of the code in this module has problems.
  + * Before using it to base your work on, see
  + *
  + * http://issues.apache.org/bugzilla/show_bug.cgi?id=29709
  + * http://issues.apache.org/bugzilla/show_bug.cgi?id=32051
    */
   
   #include "httpd.h"