You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2007/08/29 13:56:12 UTC

svn commit: r570767 - /httpd/httpd/branches/2.2.x/STATUS

Author: jim
Date: Wed Aug 29 04:56:11 2007
New Revision: 570767

URL: http://svn.apache.org/viewvc?rev=570767&view=rev
Log:
Propose IndexOptions Type=... Charset=... backport

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=570767&r1=570766&r2=570767&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Aug 29 04:56:11 2007
@@ -188,6 +188,17 @@
       trawick says: The new directives should be documented in trunk,
           so that docs are available for backport at the same time.
 
+    *) mod_autoindex: Add in Type and Charset options to IndexOptions
+       to allow admin to set content-type and charset of generated
+       page.
+       Trunk version of patch:
+         http://svn.apache.org/viewvc?view=rev&revision=570532
+         http://svn.apache.org/viewvc?view=rev&revision=570535
+         http://svn.apache.org/viewvc?view=rev&revision=570538
+       2.2.x version of patch:
+         Trunk version works (minus CHANGES conflicts)
+       +1: jim
+
 PATCHES/ISSUES THAT ARE STALLED
 
     * PKCS#7: backport PCKS#7 patches from trunk.