Adding umask 077 to the webspa.sh script will result in stricter permissions on the files created by WebSpa - only creator/owner will be able to read/write these files.
From memory I don't recall subversion supporting file permissions across operating systems. For this reason I would propose the following two updates are made:
Updating the README file within the java/release folder to contain a relevant chmod command
Creating a simple script from the O/S commands in ticket #2 that also contains the chmod command
The latter point might require a little bit of work.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
From memory I don't recall subversion supporting file permissions across operating systems. For this reason I would propose the following two updates are made:
The latter point might require a little bit of work.
reassigning ticket to Patryk
added unmask 077 to webspa.sh