Index: openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl,v
diff -u -r1.2 -r1.3
--- openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl	19 Aug 2017 13:22:34 -0000	1.2
+++ openacs-4/packages/richtext-ckeditor4/tcl/ckfinder-init.tcl	7 Oct 2017 18:40:02 -0000	1.3
@@ -13,8 +13,15 @@
 # URLs .../upload and .../view via ns_register_proc. This might change
 # in the future.
 #
+# NOTE: the delivery of files performs two permission checks, once in
+# the request processor (checking the site nodes) and once for the
+# concrete image.  In order to make uploaded images readable by "The
+# Public", make sure that the package_id pointed to by the CKFinderURL
+# (per default /acs-content-repository) offers as well read
+# permissions to the public.
+
 # This interface can be used obtaining a customized version of
-# ckeditor containing he "uploadimage" plugin. When this is installed,
+# CKEditor containing he "uploadimage" plugin. When this is installed,
 # it can be used e.g. with a widget spec like the following
 #
 #    {text:richtext(richtext)