Index: openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl,v diff -u -r1.1.2.47 -r1.1.2.48 --- openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 25 Feb 2024 15:46:51 -0000 1.1.2.47 +++ openacs-4/packages/acs-tcl/tcl/00-icanuse-procs.tcl 17 May 2024 14:05:50 -0000 1.1.2.48 @@ -139,12 +139,17 @@ ::acs::register_icanuse "nsv_dict" [acs::cmd_error_contains {ns_trim} -prefix] # +# At the time "ns_ip" was introduced in NaviServer, the member +# "proxied" was added to the result of "ns_conn details". + +::acs::register_icanuse "ns_conn proxied" {[info commands ::ns_ip] ne ""} + +# # When "nsf::parseargs -asdict" was introduced, the object aliasing # was also introduced in nsf. .... But this feature is not ready yet. # #::acs::register_icanuse "nx::alias object" [acs::cmd_error_contains {nsf::parseargs} -asdict] - # # The following commands check indirectly the availability, since the # commands require connections etc. These features were introduced