[SNMP4J] Bug in MessageDispatcherImpl.addAuthenticationFailureListener?

Frank Fock fock at agentpp.com
Tue Aug 29 16:00:48 CEST 2006


Hi Mark,

Thanks for the hint. I have fixed that for v1.7.5.

Best regards,
Frank

Blair, Mark Richard (Mark) wrote:
> 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	
> 
> _______________________________________________
> SNMP4J mailing list
> SNMP4J at agentpp.org
> http://lists.agentpp.org/mailman/listinfo/snmp4j

-- 
AGENT++
http://www.agentpp.com
http://www.mibexplorer.com
http://www.mibdesigner.com




More information about the SNMP4J mailing list