Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.1, 1.2, 1.3
-
None
-
None
-
all
Description
if addRequestedUnattachedRef or addRequestedAttachedRef in SCTIssuerConfig is set to false
the following lines could lead to a NPE:
sctToken.setUnattachedReference(reqAttachedRef.getFirstElement());
sctToken.setAttachedReference(reqAttachedRef.getFirstElement());
P.S.: a second bug is in the lines above. The unattachedReference gets a reqattachedRef. This should be
a reqUnattachedRef.