Adds parameter IndexInternalRedirectUrl to acs-kernel, acs-subsite, bump version nubmers, modifies acs-subsite/www/index.tcl to use param, patch 413 bug 1363 Guan Yang
adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing
Add support for HEAD method for webdav content. cr_write_content stillneeds to be modified to return a HEAD response instead of theentire item for "lob" storage method.
Merging Jeff's fixes from HEAD.fix the parse to get the lock token, return size 0 for null content length, urldecode the Destination header. make some ns_log notices debug. flip size and filename for the cr_import_content call (this was already done I thought, can'thurt to make sure)
fix the parse to get the lock token, return size 0 for null content length,urldecode the Destination header. make some ns_log notices debug.flip size and filename for the cr_import_content call.