sec_handler_reset (private)

 sec_handler_reset

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

Provide dummy values for global variables provided by the sec_handler, in case, the sec_handler is not called or runs into an exception.

Partial Call Graph (max 5 caller/called nodes):
%3 packages/acs-tcl/tcl/security-init.tcl packages/acs-tcl/ tcl/security-init.tcl sec_handler_reset sec_handler_reset packages/acs-tcl/tcl/security-init.tcl->sec_handler_reset security::csp::nonce security::csp::nonce (public) sec_handler_reset->security::csp::nonce

Testcases:
No testcase defined.
Source code:
    set ::__csp_nonce [::security::csp::nonce]
    set ::__csrf_token ""
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 ]
Show another procedure: