JDK-1208027 : java.lang.File makes directories with mode 771
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.lang
  • Affected Version: 1.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: sparc
  • Submitted: 1995-05-29
  • Updated: 1997-10-22
  • Resolved: 1997-10-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.0 1.0betaFixed
Related Reports
Relates :  
Description
Directories created by java.lang.File have mode 771, which is probably wrong
(it's not readable by other).  This was discovered in the context of building the
alpha 3 classes directory, where all the subdirectories have that mode.  At
minimum this can cause problems with the classes directory of a release if
people untar the release so as to preserve the modes of the things on the tape.
Should this be maybe 775?

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.0beta FIXED IN: 1.0beta INTEGRATED IN: 1.0beta
14-06-2004

EVALUATION Changed it to 775
11-06-2004