[Rt-commit] r3863 - in rt/branches/3.5-TESTING: . bin
jesse at bestpractical.com
jesse at bestpractical.com
Tue Sep 20 15:15:19 EDT 2005
Author: jesse
Date: Tue Sep 20 15:15:19 2005
New Revision: 3863
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/bin/webmux.pl.in
Log:
r15929 at hualien: jesse | 2005-09-20 15:14:40 -0400
* Now javascript files get processed by mason
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 Tue Sep 20 15:15:19 2005
@@ -109,9 +109,9 @@
# Our DirectoryIndex is always index.html, regardless of httpd settings
$r->filename( File::Spec::Unix->catfile( $r->filename, 'index.html' ) );
}
- 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