acs::root_of_host (public)

 acs::root_of_host host

Defined in packages/acs-tcl/tcl/request-processor-procs.tcl

Maps a hostname to the corresponding subdirectory.

Parameters:
host (required)

Testcases:
package_normalize_path, xowiki_test_cases, link_tests, slot_interactions, path_resolve
Source code:
    return [acs::per_thread_cache eval -key acs-tcl.root_of_host($host) {
        acs::root_of_host_noncached $host
    }]
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: