[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Goldstein Lyor (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16372427#comment-16372427 ] Goldstein Lyor commented on SSHD-730: - I'm fine with it if it passes compilation and ful

[jira] [Comment Edited] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet edited comment on SSHD-730 at 2/21/18 7:14 PM: ---

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet commented on SSHD-730: -- Actually, I wonder why this method exists at al

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371909#comment-16371909 ] Guillaume Nodet commented on SSHD-730: -- So what about the following patch then: {code}

[jira] [Comment Edited] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371881#comment-16371881 ] Guillaume Nodet edited comment on SSHD-730 at 2/21/18 7:21 PM: ---

Re: How to handle NetworkRecycledException in AbstractPollingIoAcceptor?

2018-02-21 Thread Jonathan Valliere
So, that is an IBM specific exception which extends IOException. Is the message “Network Recycled while accepting connection” ? We can’t watch for NetworkRecycledException but can probably watch for an IOException with the word “recycled” in the message. On Wed, Feb 21, 2018 at 12:33 PM, dgriff

Re: How to handle NetworkRecycledException in AbstractPollingIoAcceptor?

2018-02-21 Thread dgriff
Hmmm, appears the "Raw text" formatting option doesn't work. 120808 [NioSocketAcceptor-1] WARN org.apache.mina.util.DefaultExceptionMonitor - Unexpected exception. com.ibm.net.NetworkRecycledException: Network Recycled while accepting connection at sun.nio.ch.ServerSocketChannelImpl.accept(S

Re: How to handle NetworkRecycledException in AbstractPollingIoAcceptor?

2018-02-21 Thread dgriff
Oh, sorry, the web interface must have stripped it out for some reason. Will try again: -- Sent from: http://apache-mina.10907.n7.nabble.com/Apache-MINA-Developer-Forum-f6809.html

FINAL REMINDER: CFP for Apache EU Roadshow Closes 25th February

2018-02-21 Thread Sharan F
Hello Apache Supporters and Enthusiasts This is your FINAL reminder that the Call for Papers (CFP) for the Apache EU Roadshow is closing soon. Our Apache EU Roadshow will focus on Cloud, IoT, Apache Tomcat, Apache Http and will run from 13-14 June 2018 in Berlin. Note that the CFP deadline has

[jira] [Commented] (SSHD-730) Relative symbolic links with .. is not resolved properly by sftp readLink

2018-02-21 Thread Lukas Waldmann (JIRA)
[ https://issues.apache.org/jira/browse/SSHD-730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16371417#comment-16371417 ] Lukas Waldmann commented on SSHD-730: - Why removedDots is int and not boolean? It is use