Index: openacs-4/packages/acs-tcl/tcl/security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/security-procs.tcl,v diff -u -r1.78.2.30 -r1.78.2.31 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 15 Sep 2016 07:23:38 -0000 1.78.2.30 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 22 Sep 2016 17:23:35 -0000 1.78.2.31 @@ -1663,8 +1663,11 @@ if {[ns_info name] ne "NaviServer"} { # - # compatibility with NaviServer, which allows global and per-server - # defined drivers. + # Compatibility function for AOLserver, which allows abstracts + # from the configuration section in the config files. NaviServer + # supports in general global and per-server defined drivers. The + # emulated version just supports per-server configurations, since + # these are the only ones supported by AOLserver. # ad_proc -public ns_driversection { {-driver "nssock"} @@ -1968,8 +1971,11 @@ # # We could/should check as well against a white-list of additional # host names (maybe via ::acs::validated, or via config file, or - # via additional package parameter). + # via additional package parameter). Probably the best way is to + # get alternate (alias) names from the driver section of the + # current driver [ns_conn driver] (maybe check global and local). # + #ns_set array [ns_configsection ns/module/nssock/servers] # # Now we give up