Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Not A Problem
-
None
-
None
Description
When using SIG_PROP_REF_ID you get a ClassCastException because it will try to cast the Crypto instance to a String.
This happens in line 1382 og WSHandler.
For me this means that WSSecSignatureSAML will also fail because it fails when the variable userCrypto is null.