Index: openacs-4/packages/xowiki/tcl/package-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/package-procs.tcl,v diff -u -r1.329 -r1.330 --- openacs-4/packages/xowiki/tcl/package-procs.tcl 3 Nov 2018 18:59:55 -0000 1.329 +++ openacs-4/packages/xowiki/tcl/package-procs.tcl 17 Dec 2018 17:54:38 -0000 1.330 @@ -103,7 +103,7 @@ } set suffix [string trim $suffix] # temporary measure; TODO: remove the following if-clause - if {[string match *:* $suffix]} { + if {[string match "*:*" $suffix]} { ad_log warning "normalize_name receives name '$suffix' containing a colon. A missing -with_prefix?" xo::show_stack }