From: Justin Erenkrantz Date: Sun, 6 Jan 2002 01:19:49 +0000 (+0000) Subject: This issue has turned into a FAQ. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a5227d5a77990657ff828dfde2825158187ac68;p=apache This issue has turned into a FAQ. Start tracking it in STATUS so we can point people to this if they ask about this again. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92744 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 53d5fbdc05..94c3023d36 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/01/06 00:22:10 $] +Last modified at [$Date: 2002/01/06 01:19:49 $] Release: @@ -102,6 +102,14 @@ RELEASE SHOWSTOPPERS: RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP: + * Try to get libtool inter-library dependency code working on AIX. + + Message-ID: + + Justin says: If we get it working on AIX, we can enable this + on all platforms and clean up our build system + somewhat. + * Handling of %2f in URIs. Currently both 1.3 and 2.0 completely disallow %2f in the request URI path (see ap_unescape_url() in util.c). It's permitted and passed