From: Stefan Fritsch Date: Sun, 11 Apr 2010 14:25:19 +0000 (+0000) Subject: Add AAA issue X-Git-Tag: 2.3.6~226 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f43d1bc2c9916e83d71868b84a4850ffcbc6ae07;p=thirdparty%2Fapache%2Fhttpd.git Add AAA issue git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@932911 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 73127ae457e..e7ae6e6bdae 100644 --- a/STATUS +++ b/STATUS @@ -61,6 +61,10 @@ RELEASE SHOWSTOPPERS: * Modules without documentation need to be moved to experimental or be removed. + * There is no working equivalent to 'Satisfy any' to authorize by + user _or_ IP address: + http://mail-archives.apache.org/mod_mbox/httpd-dev/200912.mbox/<4B28E73C.4050209%40kippdata.de> + * Not all MPMs are updated to set conn_rec::current_thread correctly. (Prefork, Worker, Event, Simple are updated).