Re: MINA SonarQube analysis

2018-03-06 Thread Emmanuel Lécharny
Le 06/03/2018 à 18:20, Jonathan Valliere a écrit : > So many warnings…  Yes... There are a few puzzling ones, like the synchronized( buf ) where buf is a parameter... I think we should focus on blockers and critical level issues atm. -- Emmanuel Lecharny Symas.com directory.apache.org

Re: How to handle NetworkRecycledException in AbstractPollingIoAcceptor?

2018-03-06 Thread dgriff
Hi, I don't think that particular change will help because: 1) we are not seeing any "too many open files" type error 2) the versions that I have tried don't have the catch in NioSocketAcceptor.accept 3) even if they did, this change simply restores the exception we are already seeing I think

[jira] [Resolved] (SSHD-807) SFTP should accept empty owner/group value when setting attributes

2018-03-06 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Goldstein Lyor resolved SSHD-807. - Resolution: Fixed Fix Version/s: 1.8.0 > SFTP should accept empty owner/group value when

Re: MINA SonarQube analysis

2018-03-06 Thread Jonathan Valliere
So many warnings…  On Tue, Mar 6, 2018 at 11:58 AM, Emmanuel Lécharny wrote: > Hi guys, > > I just ran Sonarqube analysis on the current 2.0.17 branch, and there > are a few things we might want to fix. > > Please have a look at >

Re: [VOTE] Apache MINA 2.0.17

2018-03-06 Thread Jeff Genender
+1 Jeff > On Mar 6, 2018, at 7:09 AM, Emmanuel Lécharny wrote: > > Hi, > > > > Here is the list of fixed issues : > > Bugs : > -- > >[DIRMINA-844] - Http Proxy Authentication failed to complete (see > description for exact point of failure) >

Re: [VOTE] Apache MINA 2.0.17

2018-03-06 Thread Christoph John
+1 On 06/03/18 15:09, Emmanuel Lécharny wrote: Hi, Here is the list of fixed issues : Bugs : -- [DIRMINA-844] - Http Proxy Authentication failed to complete (see description for exact point of failure) [DIRMINA-1002] - Mina IoHandlerEvents missing inputClosed enum item.

[jira] [Work started] (SSHD-807) SFTP should accept empty owner/group value when setting attributes

2018-03-06 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-807?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on SSHD-807 started by Goldstein Lyor. --- > SFTP should accept empty owner/group value when setting attributes >

[jira] [Created] (SSHD-807) SFTP should accept empty owner/group value when setting attributes

2018-03-06 Thread Goldstein Lyor (JIRA)
Goldstein Lyor created SSHD-807: --- Summary: SFTP should accept empty owner/group value when setting attributes Key: SSHD-807 URL: https://issues.apache.org/jira/browse/SSHD-807 Project: MINA SSHD

[VOTE] Apache MINA 2.0.17

2018-03-06 Thread Emmanuel Lécharny
Hi, Here is the list of fixed issues : Bugs : -- [DIRMINA-844] - Http Proxy Authentication failed to complete (see description for exact point of failure) [DIRMINA-1002] - Mina IoHandlerEvents missing inputClosed enum item. [DIRMINA-1051] - The MD5withRSA cipher is not anymore

[jira] [Commented] (SSHD-786) Clients can't authenticate after unexpected exception in Nio2Acceptor

2018-03-06 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387904#comment-16387904 ] Goldstein Lyor commented on SSHD-786: - No problem, but by then it might be too late to find out that the

Re: Apache Mina Error if file owner is found to be blank on remote sftp

2018-03-06 Thread elijah baley
1. Please open a JIRA issue: https://issues.apache.org/jira/ 2. Can you please attach a link + exact quote from the SFTP version 6 protocol specification that states how to handle such a case ? System Dashboard - ASF JIRA - issues.apache.org

MINA SonarQube analysis

2018-03-06 Thread Emmanuel Lécharny
Hi guys, I just ran Sonarqube analysis on the current 2.0.17 branch, and there are a few things we might want to fix. Please have a look at https://sonarcloud.io/project/issues?id=org.apache.mina%3Amina-parent%3A2=false Thanks ! -- Emmanuel Lecharny Symas.com directory.apache.org

2.0.17 release to come...

2018-03-06 Thread Emmanuel Lécharny
Hi Guys, thanks to Jonathan and Christopher work, some big issues have been fixed in the 2.0 branch. I will start to cut a release today. Keep tuned ! -- Emmanuel Lecharny Symas.com directory.apache.org

Apache Mina Error if file owner is found to be blank on remote sftp

2018-03-06 Thread Mayank Gupta
Hi Team, I am getting error due to an empty string check while setting file owner to be blank. I have posted error details on stack overflow link https://stackoverflow.com/questions/49129859/apache-mina-sshd-project-throws-error-if-file-owner-and-group-owner-is-blank Could you suggest how can

[jira] [Commented] (SSHD-712) Break up sshd-core artifact into several smaller ones

2018-03-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387732#comment-16387732 ] Guillaume Nodet commented on SSHD-712: -- The only interesting benefit would be to have a more

[jira] [Commented] (SSHD-786) Clients can't authenticate after unexpected exception in Nio2Acceptor

2018-03-06 Thread masc (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16387669#comment-16387669 ] masc commented on SSHD-786: --- thanks.. we could only see this on productive systems with specific clients and

[jira] [Resolved] (SSHD-806) Split mina io support in its own module

2018-03-06 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved SSHD-806. -- Resolution: Fixed > Split mina io support in its own module >