You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/04/27 23:09:15 UTC

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

Author: wrowe
Date: Mon Apr 27 21:09:14 2009
New Revision: 769163

URL: http://svn.apache.org/viewvc?rev=769163&view=rev
Log:
propose mod_headers content-type handling for 2.2.x

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=769163&r1=769162&r2=769163&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Apr 27 21:09:14 2009
@@ -124,6 +124,10 @@
       Trunk version of patch works
    +1: rpluem, jim
 
+ * Correct mod_headers handling of content-type header, trunk version works;
+     https://svn.apache.org/viewvc?view=rev&revision=680082
+   +1: wrowe
+
 PATCHES/ISSUES THAT ARE STALLED
 
    * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).