Add support for Content-Length header and HEAD method to cr_write_content forlob storage method.Include Jeff's trick to output a correct content-length for file storageitems from ns_returnfile.
ticket 1576 - problem where a group admin could not add a limited access user. The change is version 1.29 was a little too restrictive. The site-admin check should only be if can_browse_p =0. Also, I changed the defaults for can_browse_p and read_private_data_p to be the most restrictive (it is standard for security to make defaults the most restrictive and then require extra work to add the privileges
- Memory leak fix inspired by Tilmann's patch. This patch however also releases the RDF and XSL trees when either one couldn't be parsed. Tilmann's patch works when the XSL transformation is successful but would fail on deleting the DOM trees when the transformation failed.
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.