util::suspicious_query_variable (public)
util::suspicious_query_variable [ -proc proc ] key [ value ]
Defined in packages/acs-tcl/tcl/utilities-procs.tcl
Guess if a query variable was encoded twice
- Switches:
- -proc (optional)
- Parameters:
- key (required)
- value (optional)
- Returns:
- boolean result
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set result 0 if {[string match "*amp;*" $key]} { ns_log notice $proc "ignore suspect query variable with key <$key> value <$value>\n" [util::request_info] set result 1 } return $resultXQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/utilities-procs.xql