]> granicus.if.org Git - apache/commitdiff
PR: 29709,32051
authorNick Kew <niq@apache.org>
Thu, 4 Nov 2004 10:04:16 +0000 (10:04 +0000)
committerNick Kew <niq@apache.org>
Thu, 4 Nov 2004 10:04:16 +0000 (10:04 +0000)
Submitted by: Gabriel Kalkuhl
Add warning notice about basing code on mod_example.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105679 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_example.c

index 7e02213266129c2c9697e86b80b2c9e90ef0c273..7c7006bce2cd206d5a892b9e715cabb9079c086d 100644 (file)
  * 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"