Community
Participate
Working Groups
As noted in Bug 271681 > In the FileInfoReader#sendBrowseRequest() method, if the transfer exception is > returned via listener (as is the case for UnknownHost) it does not always occur > prior to the check for null. This also leads to breaking out of the loop > before the maximum retry attempts. > The FileReader has the same issue.
Fixed in HEAD. Added checks if an exception had occurred after finished waiting for the transfer. The processing is almost the same as done for connection errors and that part was refactored out to a separate method,.