You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The RadiusClient.registerAuthenticator method can potentially throw a java.lang.NoClassDefFoundError (subclass of java.lang.LinkageError) if the extended classes (jradius-extended.jar) are in the classpath, but the bouncycastle provider isn't, therefore making the RadiusClient unusable since the "registerAuthenticator(String, String)" methods are called statically but only with a catch block for ClassNotFoundException.
The text was updated successfully, but these errors were encountered:
The RadiusClient.registerAuthenticator method can potentially throw a java.lang.NoClassDefFoundError (subclass of java.lang.LinkageError) if the extended classes (jradius-extended.jar) are in the classpath, but the bouncycastle provider isn't, therefore making the RadiusClient unusable since the "registerAuthenticator(String, String)" methods are called statically but only with a catch block for ClassNotFoundException.
The text was updated successfully, but these errors were encountered: