Index: openacs-4/packages/file-storage/www/rss/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/file-storage/www/rss/index.vuh,v diff -u -r1.2 -r1.3 --- openacs-4/packages/file-storage/www/rss/index.vuh 13 Jan 2005 13:58:13 -0000 1.2 +++ openacs-4/packages/file-storage/www/rss/index.vuh 27 Oct 2014 16:41:35 -0000 1.3 @@ -15,7 +15,7 @@ set stub [lindex $path_info 1] -if { ![string equal $stub rss.xml] } { +if { $stub ne "rss.xml" } { ns_returnnotfound ad_script_abort }