|
From: Joshua S. <js...@re...> - 2008-06-26 14:39:32
|
Hi,
I'm trying to use the pure java implementation of tanukiwrapper
(Integration Method 3) and whenever I try to specify the umask to use,
tanukiwrapper seems to ignore the setting. I've tried setting the umask
with:
-Dwrapper.umask=0077 on the command line, and
System.setProperty("wrapper.umask","0077") in the actual code, but
neither method seems to work, as any files created by the test
application I'm working with still has 664 permissions instead of the
expected 600. Am I doing something wrong, or is this perhaps a bug?
Any help or comments appreciated.
Thanks,
Josh
|