Index: openacs.org-dev/packages/acs-content-repository/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/acs-content-repository/www/index.vuh,v diff -u -r1.1.1.1 -r1.1.1.2 --- openacs.org-dev/packages/acs-content-repository/www/index.vuh 9 Jul 2002 17:34:56 -0000 1.1.1.1 +++ openacs.org-dev/packages/acs-content-repository/www/index.vuh 8 Oct 2002 15:46:42 -0000 1.1.1.2 @@ -21,13 +21,16 @@ [db_string content_root "select content_item.get_root_folder from dual"] set template_root \ [db_string template_root "select content_template.get_root_folder from dual"] + # Serve the page -ns_log notice "RESOLVING URL: $the_root $the_url" +# DRB: Note that content::init modifies the local variable the_root, which is treated +# as though it's been passed by reference. This requires that the redirect treat the +# path as an absolute path within the filesystem. + if { [content::init the_url the_root $content_root $template_root public $revision_id] } { set file "$the_root/$the_url" - ns_log notice "RESOLVED URL: $file" - rp_serve_abstract_file $file + rp_internal_redirect -absolute_path $file } else { # ns_returnnotfound set page "[ad_header {Content Item Not Found}]"