Index: openacs-4/packages/xotcl-core/xotcl-core.info =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/xotcl-core.info,v diff -u -N -r1.95 -r1.96 --- openacs-4/packages/xotcl-core/xotcl-core.info 13 Dec 2017 20:42:31 -0000 1.95 +++ openacs-4/packages/xotcl-core/xotcl-core.info 22 Jan 2018 00:57:06 -0000 1.96 @@ -10,7 +10,7 @@ t xotcl - + Gustaf Neumann XOTcl library functionality (e.g. thread handling, online documentation, Generic Form and List Classes) 2017-08-06 @@ -43,12 +43,12 @@ BSD-Style 2 - + - + Index: openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl,v diff -u -N -r1.33 -r1.34 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 13 Dec 2017 20:42:31 -0000 1.33 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 22 Jan 2018 00:57:06 -0000 1.34 @@ -8,6 +8,19 @@ @cvs-id $Id$ } + +# +# The xotcl HTTP client procs are deprecated. +# Use util::http::get/post/... etc. instead +# + +if {![ad_with_deprecated_code_p]} { + ns_log notice "http-client-procs: skip deprecated code" + return +} +ns_log notice "http-client-procs include depreacted code" + + namespace eval ::xo { # # Defined classes