[jcifs] NTLM Filter error message

Michael B Allen mba2000 at ioplex.com
Mon Jan 17 00:10:15 GMT 2005


>>Perhaps something like:
>>
>>     95     NbtAddress[] new_dc_list = NbtAddress.getAllByName( DOMAIN,
>>0x1C, null, null );
>>     96     if( new_dc_list == null) {
>>     97         dc_list_expiration = System.currentTimeMillis() + 10000;
>>/* 10sec */
>>     98         throw new UnknownHostException( DOMAIN );
>>     99     } else if( new_dc_list.length >= dc_list_range ) {
>>    100         dc_list = new_dc_list;
>>    101     }
>>
>>I'll look at this for the next minor rev.

This has been incorporated into 1.1.7 to be released RSN.

Mike


More information about the jcifs mailing list