]> granicus.if.org Git - apache/commitdiff
clouds? what are those?
authorGreg Stein <gstein@apache.org>
Sat, 10 Jun 2000 17:07:30 +0000 (17:07 +0000)
committerGreg Stein <gstein@apache.org>
Sat, 10 Jun 2000 17:07:30 +0000 (17:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85502 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index deb825f214aaff721e90cb124d2326f00b11d599..a8a4e0b0e88e0c3d9a4b5255015c6886fd7c2e4d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 Apache 2.0 STATUS:
-Last modified at [$Date: 2000/06/10 01:32:35 $]
+Last modified at [$Date: 2000/06/10 17:07:30 $]
 
 Release:
 
@@ -152,6 +152,14 @@ RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
         Message-id: forthcoming (plan to be posted before integration begins)
         Status: Greg +1 (volunteers :-)
 
+    * ap_core_translate() and its use by mod_mmap_static are a bit wonky.
+      The function should probably be exposed as a utility function (such
+      as ap_translate_url2fs() or ap_validate_fs_url() or something).
+      Another approach would be a new hook phase after "translate" which
+      would allow mod_mmap_static to munge what the translation has
+      decided to do.
+        Status: Greg +1 (volunteers)
+
 Other bugs that need fixing:
 
     * MaxRequestsPerChild measures connections, not requests.