From: Stefan Fritsch Date: Tue, 22 Nov 2011 21:22:22 +0000 (+0000) Subject: Add some known issues / maybe-blockers X-Git-Tag: 2.3.16~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f4544559a53645689e832f8e75345c0e26a46c4;p=apache Add some known issues / maybe-blockers git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205179 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5995c299c4..32f9ba3277 100644 --- a/STATUS +++ b/STATUS @@ -110,8 +110,17 @@ RELEASE SHOWSTOPPERS: (Either fixing it or removing it constitutes an API change, which is why it matters) + * Change the arguments to the error log hook, to allow access to the + conn_rec. Or decide that we don't want it. + + * Decide if we want something done about mod_request in the face of the + upcoming apreq integration. Maybe document that it will be obsoleted + within 2.4.x? Or remove it (but it is needed by mod_auth_form)? + NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS + * Configure code for luajit is broken (links to wrong library). + * The mod_session* modules need to be checked that their hooks respect the returning of int (HTTP status codes) and apr_status_t as appropriate, and any anomolies fixed.