You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by li...@Lexmark.com on 2006/01/05 23:06:12 UTC

[Commons NET] TFTPClient.sendFile removes a final packet send

I saw an old thread refer to the issue of TFTPClient.sendFile removes a 
final packet send.
The commons-net.jar 1.3.0 version is right on this issue. Supprisingly, 
commons-net.jar 1.4.0 version and 1.4.1 version still has the same issue. 
Any one has ideas on what going on?

attache: old thread

Backed out change made in r161466 in response to issue #32859,
effectively reverting to r155429.  The patch from the issue
reporter has no effect other than to break TFTPClient.sendFile by
removing a final packet send.  If a corrected patch and verifying
test case are submitted the change can be reapplied.