From: Nick Kew Date: Thu, 4 Nov 2004 10:04:16 +0000 (+0000) Subject: PR: 29709,32051 X-Git-Tag: 2.1.1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f349a2b3d1081694d834933b6713d66cdd81fe7;p=thirdparty%2Fapache%2Fhttpd.git PR: 29709,32051 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 --- diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c index 7e022132661..7c7006bce2c 100644 --- a/modules/experimental/mod_example.c +++ b/modules/experimental/mod_example.c @@ -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"