HeadlinesPlugin should set the umask to 777 - {RCS}{dirPermissions}
HeadlinesPlugin/Core.pm sets umask to 002. This will cause directories created by other extensions to potentially have broader permissions than intended by the configure settings.
Suggested code: umask( oct(777) - $Foswiki::cfg{RCS}{dirPermission} );
--
GeorgeClark - 30 Oct 2010
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. see CopyrightStatement. 
