security::get_uri_part (private)
security::get_uri_part url
Defined in packages/acs-tcl/tcl/security-procs.tcl
Get the URI following the location of the given URL. Assumes the given URL has the "http" or "https" protocol or is a relative URL.
- Parameters:
- url (required)
- Author:
- Peter Marklund
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: regexp {^(?:http[s]?://[^/]+)?(.*)} $url match uri return $uriGeneric 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