Re: VirtualFileSystem able to mkdir and chdir to non rooted directory

2016-04-11 Thread Al Ho
Thanks Elijah, will do and will send an update along. On Mon, Apr 11, 2016 at 9:50 AM, elijah baley wrote: > Will have to investigate (this will take time). Since you say you have > unit tests the reproduce the problem, you can debug the code and see > exactly why it

RE: VirtualFileSystem able to mkdir and chdir to non rooted directory

2016-04-11 Thread elijah baley
Will have to investigate (this will take time). Since you say you have unit tests the reproduce the problem, you can debug the code and see exactly why it happens. I recommend you do it with the source code for 1.2 which is the latest one. Once you find the problem, please re-open SSHD-601 and

Re: VirtualFileSystem able to mkdir and chdir to non rooted directory

2016-04-11 Thread Al Ho
Thanks Elijah, I should have stated that I'm using version 1.1.0 on El Capitan v 10.11.3: $ md5 sshd-core-1.1.0.jar MD5 (sshd-core-1.1.0.jar) = 6e94f5cd80de88ddaaa80bb2ff3fa793 I've written some unit tests (that's how I discovered the issue) on our end here to check to see that an

RE: VirtualFileSystem able to mkdir and chdir to non rooted directory

2016-04-09 Thread elijah baley
This has been fixed in version 1.1 and up via SSHD-605 > Date: Fri, 8 Apr 2016 15:48:10 -0700 > Subject: VirtualFileSystem able to mkdir and chdir to non rooted directory > From: a...@linkedin.com.INVALID > To: dev@mina.apache.org > > Hi SSHD team, > > Not sure if this is a bug or not, but when