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.46 -r1.46.2.1 --- openacs-4/packages/acs-tcl/tcl/security-procs.tcl 12 Oct 2007 07:33:45 -0000 1.46 +++ openacs-4/packages/acs-tcl/tcl/security-procs.tcl 5 Mar 2008 22:09:15 -0000 1.46.2.1 @@ -654,7 +654,7 @@ unregistered, except the site index page and stuff underneath [subsite]/register. Use permissions on the site node map to control access. } { - if {"/index.tcl" ne [ad_conn url] && "/" ne [ad_conn url] && ![string match "*/register/*" [ad_conn url]] && ![string match "*/SYSTEM/*" [ad_conn url]] && ![string match "*/user_please_login.tcl" [ad_conn url]]} { + if {"/favicon.ico" ne [ad_conn url] && "/index.tcl" ne [ad_conn url] && "/" ne [ad_conn url] && ![string match "*/register/*" [ad_conn url]] && ![string match "*/SYSTEM/*" [ad_conn url]] && ![string match "*/user_please_login.tcl" [ad_conn url]]} { # not one of the magic acceptable URLs set user_id [ad_conn user_id] if {$user_id == 0} {