Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.17 -r1.18 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Oct 2006 15:33:42 -0000 1.17 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 22 Oct 2006 16:17:14 -0000 1.18 @@ -166,7 +166,7 @@ # use adp file set template_file [my query_parameter "template_file" \ [::$package_id get_parameter template_file view-default]] -my log "--T *** template_file=$template_file" + if {![regexp {^[./]} $template_file]} { set template_file /packages/xowiki/www/$template_file } Index: openacs-4/packages/xowiki/www/oacs-view.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/Attic/oacs-view.adp,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xowiki/www/oacs-view.adp 10 Aug 2006 01:14:41 -0000 1.8 +++ openacs-4/packages/xowiki/www/oacs-view.adp 22 Oct 2006 16:17:15 -0000 1.9 @@ -8,7 +8,7 @@