Index: openacs-4/packages/wp-slim/www/index.vuh =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/wp-slim/www/index.vuh,v diff -u -r1.1 -r1.2 --- openacs-4/packages/wp-slim/www/index.vuh 20 Apr 2001 20:51:24 -0000 1.1 +++ openacs-4/packages/wp-slim/www/index.vuh 31 Oct 2001 20:42:07 -0000 1.2 @@ -15,6 +15,9 @@ # which makes some db querries, then that .tcl file calls ad_return_template to return its # template. +# DRB: This is mildly insane. Either we should implement templated virtual URLs or +# package authors should live with ugly URLs. + set url [ad_conn extra_url] set subsite_name [ad_conn package_url] @@ -50,7 +53,7 @@ adp_parse_ad_conn_file } else { # Didn't understand the URL. - ns_log notice "## Wimpy Point: Sorry I could not resolve the URL you requested." + ns_log notice "## Wimpy Point: Sorry I could not resolve the URL you requested: $url" ad_return_error "Wimpy Point Error" "Sorry I could not resolve the URL you requested." return }