security::get_http_port (private)

 security::get_http_port

Defined in packages/acs-tcl/tcl/security-procs.tcl

Return the HTTP port specified in the server's config file.

Returns:
The HTTP port number or the empty string if none is configured.
Author:
Gustaf Neumann

Partial Call Graph (max 5 caller/called nodes):
%3 security::get_insecure_location security::get_insecure_location (private) security::get_http_port security::get_http_port security::get_insecure_location->security::get_http_port util_driver_info util_driver_info (public) security::get_http_port->util_driver_info

Testcases:
No testcase defined.
Source code:
    set d [util_driver_info -driver nssock]
    return [dict get $d port]
Generic XQL file:
packages/acs-tcl/tcl/security-procs.xql

PostgreSQL XQL file:
packages/acs-tcl/tcl/security-procs-postgresql.xql

Oracle XQL file:
packages/acs-tcl/tcl/security-procs-oracle.xql

[ hide source ] | [ make this the default ]
Show another procedure: