[Rt-commit] r3649 - in rt/branches/QUEBEC-EXPERIMENTAL: . bin

alexmv at bestpractical.com alexmv at bestpractical.com
Fri Aug 12 16:30:56 EDT 2005


Author: alexmv
Date: Fri Aug 12 16:30:55 2005
New Revision: 3649

Modified:
   rt/branches/QUEBEC-EXPERIMENTAL/   (props changed)
   rt/branches/QUEBEC-EXPERIMENTAL/bin/webmux.pl.in
Log:
 r5827 at zoq-fot-pik:  chmrr | 2005-08-12 16:33:16 -0400
  * Revert r3597


Modified: rt/branches/QUEBEC-EXPERIMENTAL/bin/webmux.pl.in
==============================================================================
--- rt/branches/QUEBEC-EXPERIMENTAL/bin/webmux.pl.in	(original)
+++ rt/branches/QUEBEC-EXPERIMENTAL/bin/webmux.pl.in	Fri Aug 12 16:30:55 2005
@@ -110,10 +110,9 @@
         # Our DirectoryIndex is always index.html, regardless of httpd settings
         $r->filename( File::Spec::Unix->catfile( $r->filename, 'index.html' ) );
     }
-## This makes accessing images be possibly Wrong with WebExternalAuth
-#    elsif (defined( $r->content_type )) {
-#	$r->content_type =~ m!(^text/|\bxml\b)!i or return -1;
-#    }
+    elsif (defined( $r->content_type )) {
+	$r->content_type =~ m!(^text/|\bxml\b)!i or return -1;
+    }
 
     Module::Refresh->refresh if $RT::DevelMode;
 


More information about the Rt-commit mailing list