Index: openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl,v diff -u -r1.368.2.133 -r1.368.2.134 --- openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 4 Oct 2022 15:00:54 -0000 1.368.2.133 +++ openacs-4/packages/xowiki/tcl/xowiki-www-procs.tcl 11 Oct 2022 13:20:50 -0000 1.368.2.134 @@ -1132,7 +1132,7 @@ #:log "we have to validate" # # In case we are triggered internally, we might not have a - # a connection and therefore do not valide the csrf token. + # a connection. Therefore, do not validate the CSRF token. # if {![::${:package_id} exists __batch_mode]} { security::csrf::validate @@ -2692,6 +2692,8 @@ # of file related fields, where either .tmpfile or .content-type # will be appended. # + #:log "===== Page get_form_data RAW field_names from form data: [$cc array names form_parameter *_.*]" + set field_names [list] foreach att [$cc array names form_parameter] { if {[regexp {^[\w.]+(\.(tmpfile|content-type))?$} $att]} { @@ -3108,7 +3110,7 @@ } else { # # Reset for form field value to the external - # respresentation of the data value. + # representation of the data value. # $form_field value [$form_field convert_to_external $data_value] }