summaryrefslogtreecommitdiff
path: root/modules/experimental
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2004-11-04 10:04:16 +0000
committerNick Kew <niq@apache.org>2004-11-04 10:04:16 +0000
commit6f349a2b3d1081694d834933b6713d66cdd81fe7 (patch)
treefc4ee3db8abce1f3afef15f46982981c8d6e634e /modules/experimental
parentae928e49ae928f156c8f7900bee287b4461b8001 (diff)
downloadhttpd-6f349a2b3d1081694d834933b6713d66cdd81fe7.tar.gz
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
Diffstat (limited to 'modules/experimental')
-rw-r--r--modules/experimental/mod_example.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/experimental/mod_example.c b/modules/experimental/mod_example.c
index 7e02213266..7c7006bce2 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"