Re: Wrong behavior of standard IO library when interacting with Samba (very serious)

2022-03-07 Thread Glavo
Regarding the issue with isWritable, I came across this post after investigating: https://devblogs.microsoft.com/oldnewthing/20060202-00/?p=32413 This does seem to be a Windows `AccessCheck` problem, and there is almost no solution. For this reason, isWritable is not very useful. While you may

Re: Wrong behavior of standard IO library when interacting with Samba (very serious)

2022-03-07 Thread David Holmes
On 7/03/2022 6:28 pm, Alan Bateman wrote: On 07/03/2022 05:33, Glavo wrote: I am a Java application developer. I noticed that when my program runs on Windows in a samba shared folder (mounted as a drive, or accessed via a UNC path), the Java standard IO library has some unusual behavior. Note

Re: Wrong behavior of standard IO library when interacting with Samba (very serious)

2022-03-07 Thread Alan Bateman
On 07/03/2022 05:33, Glavo wrote: I am a Java application developer. I noticed that when my program runs on Windows in a samba shared folder (mounted as a drive, or accessed via a UNC path), the Java standard IO library has some unusual behavior. Note that these issues only occur when accessing

Wrong behavior of standard IO library when interacting with Samba (very serious)

2022-03-06 Thread Glavo
I am a Java application developer. I noticed that when my program runs on Windows in a samba shared folder (mounted as a drive, or accessed via a UNC path), the Java standard IO library has some unusual behavior. Note that these issues only occur when accessing a folder shared by *Samba*, but not