Index: openacs.org-dev/packages/edit-this-page/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs.org-dev/packages/edit-this-page/www/index.vuh,v diff -u -r1.3 -r1.4 --- openacs.org-dev/packages/edit-this-page/www/index.vuh 22 Nov 2002 03:35:42 -0000 1.3 +++ openacs.org-dev/packages/edit-this-page/www/index.vuh 8 Sep 2003 14:29:30 -0000 1.4 @@ -20,6 +20,7 @@ ns_log Notice "index.vuh: request for $name" + if { [string index $name end] == "/" } { # it's in a subdirectory, and we know there's no # other package mounted on that subdirectory. @@ -47,9 +48,37 @@ ns_log Notice "Edit This Page index.vuh: serving $path" + +#rp_serve_abstract_file $path +### JCD: I switched this back since this change is making the +### server restart on a file not found recursion +# +#rp_internal_redirect -absolute_path $path + + +### Here is the log of a bad request... +#[13/Nov/2002:15:08:32][8276.16392][-conn2-] Notice: Security: 1037218112 sec_generate_session_id_cookie setting 51390002, 0. +#[13/Nov/2002:15:08:32][8276.16392][-conn2-] Notice: index.vuh: request for shared/84 +#[13/Nov/2002:15:08:32][8276.16392][-conn2-] Notice: ns_getform using encoding iso8859-1 for charset iso-8859-1 +#[13/Nov/2002:15:08:32][8276.16392][-conn2-] Notice: Edit This Page index.vuh: serving /web/openacs.org-dev/www/templates/default-content +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Error from etp::get_pa was: +# Query did not return any rows. +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: index.vuh: request for global/file-not-found.html +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Edit This Page index.vuh: serving /web/openacs.org-dev/www/templates/default-content +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Error from etp::get_pa was: +# Query did not return any rows. +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: index.vuh: request for global/file-not-found.html +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Edit This Page index.vuh: serving /web/openacs.org-dev/www/templates/default-content +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Error from etp::get_pa was: +# Query did not return any rows. +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: index.vuh: request for global/file-not-found.html +#[13/Nov/2002:15:08:33][8276.16392][-conn2-] Notice: Edit This Page index.vuh: serving /web/openacs.org-dev/www/templates/default-content +#[13/Nov/2002:15:08:33][8343.1024][-main-] Notice: nsmain: AOLserver/3.3.1+ad13 starting + rp_internal_redirect $path +