[jcifs] 0.9.0b quick questions.

Michael B Allen mba2000 at ioplex.com
Sun May 16 06:05:21 GMT 2004


Christopher R. Hertel said:
> Mike,
>
> Is the fix for the zero AndX block in 0.9.0b?

Yes. See jcifs/smb/AndXServerMessageBlock.java:234

> In the notes on the web page it says:
>
>   "Multiple WINS servers may now be specified using a comma separated list
>   of IPs"
>
> How is this being handled?  jCIFS doesn't do any registrations, so I
> assume
> that it goes through the list until it finds a positive resolution.  If
> so,
> it's probably worth warning users that there will be problems if the
> namespaces are not consistent.

If there is a communications failure with the current WINS server and more
than one was specified the list index is incremented modulo the number of
ips specified. That's all. So if a negative name query response is
successfully returned by the current WINS server, an alternate server will
NOT be queried.

Mike


More information about the jcifs mailing list