Index: openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl,v diff -u -r1.140.2.52 -r1.140.2.53 --- openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 4 Oct 2016 19:31:10 -0000 1.140.2.52 +++ openacs-4/packages/acs-tcl/tcl/utilities-procs.tcl 10 Oct 2016 08:43:05 -0000 1.140.2.53 @@ -4897,7 +4897,7 @@ } } else { set ct [ns_set iget [ns_conn headers] content-type] - if {[string match text/* $ct]} { + if {[string match text/* $ct] || $ct eq "application/x-www-form-urlencoded"} { set data [ns_conn content] if {[string length $data] < 2000} { append info "\n post-data: $data"