Message13186

Author jgish
Recipients jeff.allen, jgish, kseifried, zyasoft
Date 2021-10-20.15:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634745365.49.0.106886525055.issue2044@roundup.psfhosted.org>
In-reply-to
Content
I don't believe that https://hg.python.org/jython/rev/7e917a237b7a totally addresses the issue.

Line 847 of CachedJarsPackageManager.java has:

if (cachedir.isDirectory() || cachedir.mkdirs()) {

the cachedir.mkdirs() creates directories with rwxr-xr-x
History
Date User Action Args
2021-10-20 15:56:05jgishsetmessageid: <1634745365.49.0.106886525055.issue2044@roundup.psfhosted.org>
2021-10-20 15:56:05jgishsetrecipients: + jgish, zyasoft, jeff.allen, kseifried
2021-10-20 15:56:05jgishlinkissue2044 messages
2021-10-20 15:56:05jgishcreate