Message9358

Author zyasoft
Recipients amak, fwierzbicki, pekka.klarck, pjenvey, zyasoft
Date 2015-01-08.04:50:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420692643.01.0.201808071477.issue1658@psf.upfronthosting.co.za>
In-reply-to
Content
Still a problem on Windows, but not Linux, despite the fixes we have mode re Unicode paths in #2239

Likely the problem is due to the underlying C stat function being called in JNR Posix is mixing up the difference between Unicode and bytes.

But we are now on Java 7. Although BasicFileAttributes doesn't give us stuff like inode and device on Unix-like systems (or even the more extended Posix attributes), we don't have them anyway with JNR. Might as well use BasicFileAttributes then when running on Windows.
History
Date User Action Args
2015-01-08 04:50:43zyasoftsetmessageid: <1420692643.01.0.201808071477.issue1658@psf.upfronthosting.co.za>
2015-01-08 04:50:43zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pekka.klarck, pjenvey
2015-01-08 04:50:42zyasoftlinkissue1658 messages
2015-01-08 04:50:42zyasoftcreate