[SNMP4J] Bug in MessageDispatcherImpl.addAuthenticationFailureListener?

Blair, Mark Richard (Mark) mrblair at lucent.com
Wed Aug 23 19:26:28 CEST 2006


Hi:

First, kudos on providing a great product.  I've been using it for over
2 years without any problems.  It has served us well.

Recently, we've been working on SNMPv3.  When trying to add an
authentication failure listener to the MessageDispatcherImpl object
using addAuthenticationFailureListener we've never received callbacks.
Looking at the implementation in
MessageDispatcherImpl.addAuthenticationFailureListener, there appears to
be a bug.

The line of code (at #671) is:

v.addElement(authenticationFailureListeners);

but I think it should be:

v.addElement(l);

This is using the latest version - 1.7.4a.

Thanks!
Mark R. Blair

Lucent Technologies	Network Solutions	




More information about the SNMP4J mailing list