Thomas Sydorowski
Thomas Sydorowski
Hello, Thank you for reporting this. There was an issue encoding the `VendorSpecific` attribute when the vendor attribute is not found in the attribute dictionary. This is now fixed in...
It's available now: https://central.sonatype.com/artifact/org.aaa4j.radius/aaa4j-radius Sometimes Maven Central takes a few hours to update.
Hello, The library verifies the authenticator field in Accounting-Request packets: https://github.com/aaa4j/aaa4j-radius/blob/562f411003859ce87dfe46e04112da8be38f8c89/aaa4j-radius-core/src/main/java/org/aaa4j/radius/core/packet/PacketCodec.java#L320-L331 If the RADIUS server receives an Accounting-Request packet with an invalid authenticator field, the `handlePacket()` method in your `RadiusServer.Handler`...