What steps will reproduce the problem?
1.Extract olv-1.1.0.zip on a Linux system
2.Cd tothe root directory created by the extraction
3.Run: find * -type f ! -perm -04
What is the expected output? What do you see instead?
Should output nothing because all files in the zip should be world-readable.
Instead many jar files in the lib subdirectory are listed because they are not
world readable.
Please use labels and text to provide additional information.
This breaks shared usage of OLV on UNIX. After extracting the OLV zip file,
only that user can run OLV successfully because other users can't access the
jar files with wrong permissions.
Workaround is a one time execution of following command as the installer user
(or as root), from the installation base directory: chmod 0644 lib/*.jar
Original issue reported on code.google.com by blaine.s...@admc.com on 16 Jan 2014 at 5:59
Original issue reported on code.google.com by
blaine.s...@admc.com
on 16 Jan 2014 at 5:59