Index: openacs-4/packages/acs-subsite/www/file.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/file.vuh,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-subsite/www/file.vuh 9 Apr 2007 06:39:50 -0000 1.5 +++ openacs-4/packages/acs-subsite/www/file.vuh 14 May 2007 20:30:24 -0000 1.6 @@ -6,7 +6,7 @@ # @creation-date 2006-08-01 # @cvs-id $Id$ -if {![regexp {^/([0-9]{1,8})(/(private)/([0-9]{1,8}))?(/(.+))?$} [ad_conn path_info] match object_id private_slash private dummy anchor]} { +if {![regexp {^/([0-9]{1,8})(/(private)/([0-9]{1,8}))?(/(.*))?$} [ad_conn path_info] match object_id private_slash private dummy anchor]} { ad_return_warning "Invalid object id" [subst { The identifier given for this object is invalid. Please check your url or contact the webmaster if you think it should work. @@ -55,4 +55,4 @@ # find a cr_item and serve it -cr_write_content -item_id $object_id \ No newline at end of file +cr_write_content -item_id $object_id