knalli opened a new pull request, #241:
URL: https://github.com/apache/mina-sshd/pull/241

   This fixes de-allocating / unbinding a local port forwarding binding when 
using a dynamic auto-allocated port.
   
   The information "localAddress" is controlled by the user and may contain 
still a port `0` which means auto-allocating a local port; the actual local 
port is available in 'boundAddress". However, "DefaultForwarder" tracks
   the actual port mappings only.
   
   I have run the tests locally with a Java 8 without issues.
   
   Related issue https://issues.apache.org/jira/browse/SSHD-1293
   
   I also added an additional commit modifying the test covering the missing 
signal. If you are fine with this, I'd squash them. Or maybe as an additional 
test?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to