From 8f30c5d2936366994b0a8d53340e278a539842e5 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 22 Nov 2011 14:22:36 +0000 Subject: [PATCH] Clarify my thoughts on mod_remoteip. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1205014 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/STATUS b/STATUS index 479fa6fa7c..fe2f125be1 100644 --- a/STATUS +++ b/STATUS @@ -98,6 +98,12 @@ RELEASE SHOWSTOPPERS: the hackathon seems to be that mod_lua should be released as experimental with a note that the API may change during 2.4.x. + * mod_remoteip works around httpd's non-existent IP address API by leaking + from c->pool and allowing pointers from r->pool to live beyond r->pool's + lifetime. Provide an actual API for mod_remoteip to use so these hacks + are no longer needed, or remove mod_remoteip (minfrin: which I really + don't want us to have to do). + NEW ISSUES THAT WOULD BE NICE TO HAVE DONE IN 2.4 BUT ARE NOT BLOCKERS * The mod_session* modules need to be checked that their hooks respect -- 2.50.1