Index: openacs-4/packages/acs-templating/tcl/form-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/form-procs.tcl,v diff -u -r1.46.2.5 -r1.46.2.6 --- openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Jan 2016 07:33:43 -0000 1.46.2.5 +++ openacs-4/packages/acs-templating/tcl/form-procs.tcl 29 Jan 2016 07:35:51 -0000 1.46.2.6 @@ -556,7 +556,7 @@ # Submitting invalid data to hidden elements is a common attack vector. # This does not give them much information in the response. ad_return_complaint 1 "Your request is invalid." - ns_log Warning "Validation error in hidden form element.\ + ad_log Warning "Validation error in hidden form element.\ This may be part of a vulnerability scan or attack reconnaissance: \ '[set $id:error($element(id))]' on element '$element(id)'." ad_script_abort @@ -659,7 +659,7 @@ } else { - ns_log Warning "template::form::check_elements: MISSING FORMWIDGET: $id\:$element_ref" + ad_log Warning "template::form::check_elements: MISSING FORMWIDGET: $id\:$element_ref" # Throw an error ? } }