[SNMP4J] AuthenticationFailureListener is not working

Frank Fock fock at agentpp.com
Tue Aug 29 16:02:30 CEST 2006


Hi Krishna,

This will be fixed in v1.7.5.

Best regards,
Frank

Krishna Raja wrote:
> If I add the AuthenticationFailureListener in MessageDispatcherImpl, it
> doesn't add it.
> 
> code below seems to be not using the parameter passed
> 
> public synchronized void addAuthenticationFailureListener(
> 
> AuthenticationFailureListener l) {
> 
> Vector v = (authenticationFailureListeners == null) ?
> 
> new Vector(2) : (Vector) authenticationFailureListeners.clone();
> 
> if (!v.contains(authenticationFailureListeners)) {
> 
> v.addElement(authenticationFailureListeners);
> 
> authenticationFailureListeners = v;
> 
> }
> 
> }
> 
> Regards,
> 
> Krishna
> _______________________________________________
> 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