summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/http/http_request.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/http/http_request.c b/modules/http/http_request.c
index fb1ab0e663..6262c2df7b 100644
--- a/modules/http/http_request.c
+++ b/modules/http/http_request.c
@@ -321,6 +321,9 @@ static int get_path_info(request_rec *r)
return HTTP_FORBIDDEN;
}
#else
+ /* XXX: WARNING - APR broke this security exception!
+ */
+
#error APR_ENOENT || APR_ENOTDIR not defined; please see the
#error comments at this line in the source for a workaround.
/*