[Rt-commit] r3823 - in rt/branches/3.5-TESTING: . bin

jesse at bestpractical.com jesse at bestpractical.com
Fri Sep 2 12:59:06 EDT 2005


Author: jesse
Date: Fri Sep  2 12:59:05 2005
New Revision: 3823

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/bin/webmux.pl.in
Log:
 r14109 at hualien:  jesse | 2005-08-30 06:18:10 -0400
  r14082 at hualien:  jesse | 2005-08-30 05:57:40 -0400
   r13552 at hualien:  jesse | 2005-08-19 10:42:22 -0400
    r12966 at hualien (orig r3649):  alexmv | 2005-08-12 16:30:55 -0400
     r5827 at zoq-fot-pik:  chmrr | 2005-08-12 16:33:16 -0400
      * Revert r3597
    
   
  
 


Modified: rt/branches/3.5-TESTING/bin/webmux.pl.in
==============================================================================
--- rt/branches/3.5-TESTING/bin/webmux.pl.in	(original)
+++ rt/branches/3.5-TESTING/bin/webmux.pl.in	Fri Sep  2 12:59:05 2005
@@ -109,10 +109,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