jcifs-0.7.17 from tgz
Tue Dec 23 03:43:15 EST 2003
jcifs-0.7.17 released
JCIFS will now suppress the harmess "exception reading from socket input"
message being written to the log. Specifically when using the NTLM HTTP
Filter under load jCIFS would periodically write exceptions to the log like
the following:
Dec 19 10:45:14.474 - exception reading from socket input: IKOO635<1B>/172.81.13.154
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:168)
...
This was occuring because the domain controller is periodically closing the
socket to the server. This is harmless. JCIFS will automatically reconnect
and proceed as usual.