Status: New
Owner: ----
Labels: Component-Diameter Type-Enhancement Priority-Medium Version-1.4.0
Release-Type-FINAL Roadmap-Fix
New issue 2560 by [email protected]: ClientAuthSessionImpl assumes both
Destination-Host and Destination-Realm as mandatory
http://code.google.com/p/mobicents/issues/detail?id=2560
What steps will reproduce the problem?
1. I am using AppAuthSession derivatives to support my own Diameter Ra
2. I am doing: appSession.sendAuthRequest(new
AppRequestEventImpl(msg.getGenericData()));
3. I get exception here:
sessionData.setDestinationRealm(event.getMessage().getAvps().getAvp(Avp.DESTINATION_REALM).getOctetString());
sessionData.setDestinationHost(event.getMessage().getAvps().getAvp(Avp.DESTINATION_HOST).getOctetString());
What is the expected output? What do you see instead?
Not throwing the null pointer Exception if there are no Destination-Host or
Destination-Realm
What version of the product are you using? On what operating system?
mobicents-diameter-mux-1.4.0.BETA1 (as the earlier wont work with
mobicents-2.4.0 due to clustering framework changes)
Please provide any additional information below.