You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/03/20 19:12:47 UTC

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

Author: rjung
Date: Fri Mar 20 18:12:46 2009
New Revision: 756697

URL: http://svn.apache.org/viewvc?rev=756697&view=rev
Log:
Propose backport of fix for mod_mime_magic
in combination with encoded content.

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=756697&r1=756696&r2=756697&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Mar 20 18:12:46 2009
@@ -5,7 +5,7 @@
 
   * http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/STATUS
 
-Documentation status is maintained seperately and can be found at:
+Documentation status is maintained separately and can be found at:
 
   * docs/STATUS in this source tree, or
   * http://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/STATUS
@@ -126,6 +126,25 @@
      http://people.apache.org/~lars/cacheignoreheaders-fix.patch
    +1: lars, minfrin
 
+ * mod_mime_magic: For compressed content the module sets the
+   content encoding header and also tries to determine the
+   uncompressed content type by using an external gzip.
+   Several bugs break this functionality:
+   - Starting gzip doesn't work because an invalid working
+     directory is used and neither the full path name for gzip
+     nor the PATH variable is used.
+   - When gzip works, but cannot detect the content type, then
+     content encoding is also not set.
+   - Too few bytes are uncompressed so often the content type
+     can not be determined.
+   Patches in trunk (separated to make review easier):
+     http://svn.apache.org/viewvc?rev=756671&view=rev (working dir)
+     http://svn.apache.org/viewvc?rev=756675&view=rev (use PATH)
+     http://svn.apache.org/viewvc?rev=756678&view=rev (content encoding)
+     http://svn.apache.org/viewvc?rev=756683&view=rev (read more bytes)
+   Those patches apply to 2.2.x as well.
+   +1: rjung
+
 
 PATCHES/ISSUES THAT ARE STALLED