Message8307

Author jeff.allen
Recipients jeff.allen, santa4nt, saynt
Date 2014-04-24.22:02:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398376942.32.0.882336411372.issue2120@psf.upfronthosting.co.za>
In-reply-to
Content
I've had a look at this (at first to see if I caused it) and I can see it go wrong. I think maybe the fault is with jnr.posix. A path like "\\MYHOST\Users\Public\test" (to be created) gets as far as this line:
https://github.com/jnr/jnr-posix/blob/master/src/main/java/jnr/posix/util/WindowsHelpers.java#L27
where "//?/" is stuck on the front. I think that would be right for a drive-based path like "C:\Users\Public\test" but here we should be writing "//?/UNC\MYHOST\Users\Public\test".

If I force it to have that value (in the debugger) I find the directory is created.
History
Date User Action Args
2014-04-24 22:02:22jeff.allensetmessageid: <1398376942.32.0.882336411372.issue2120@psf.upfronthosting.co.za>
2014-04-24 22:02:22jeff.allensetrecipients: + jeff.allen, santa4nt, saynt
2014-04-24 22:02:22jeff.allenlinkissue2120 messages
2014-04-24 22:02:22jeff.allencreate