diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2000-10-06 23:13:12 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2000-10-06 23:13:12 +0200 |
commit | fdd0427884d8ae4fcf790c1a435bf6f3180c0a5a (patch) | |
tree | 9858158ec0fbe7a077f6193874ef1e3a30ea41a1 /modules/http/http_request.c | |
parent | recent changes bungled the state of the EEXIST test. (diff) | |
download | apache2-fdd0427884d8ae4fcf790c1a435bf6f3180c0a5a.tar.xz apache2-fdd0427884d8ae4fcf790c1a435bf6f3180c0a5a.zip |
A 'little' reminder about a 'little' problem.
PR:
Obtained from:
Submitted by:
Reviewed by:
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86420 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/http/http_request.c | 3 |
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. /* |