This is an automated email from the ASF dual-hosted git repository. gnodet pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git.
from cfcd6d2 [SSHD-1020] Added log messages to help diagnose read/write failures in Nio2Session new fb0b0c4 [SSHD-1033]: Fix simultaneous usage of dynamic and local port forwarding new 78fe673 [SSHD-1033] simplify a bit using plain getters for getLocalIoAcceptor / getDynamicIoAcceptor The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.md | 2 + docs/changes/2.6.0.md | 6 + .../common/forward/DefaultForwardingFilter.java | 68 +++++---- .../apache/sshd/common/forward/Sshd1033Test.java | 159 +++++++++++++++++++++ 4 files changed, 209 insertions(+), 26 deletions(-) create mode 100644 docs/changes/2.6.0.md create mode 100644 sshd-core/src/test/java/org/apache/sshd/common/forward/Sshd1033Test.java