Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[higgins-dev] Is it a bug of org.eclipse.higgins.iss.cardspace.IdentityToken

Dears,

I am going to use Higgins as identity solution in a project. When I tried to access the relying party sample site with a personal card, I could access the site. However, I still got following error message in the console.

ERROR [ModalContext] (IdentityToken.java:150) - Encrypted Token: <xenc:EncryptedData xmlns:xenc="http://www.w3.org/2001/04/xmlenc#" Type="http://www.w3.org/2001/04/xmlenc#Element"><xenc:EncryptionMethod Algorithm="http://www.w3.org/2001/04/xmlenc#aes256-cbc" /><ds:KeyInfo xmlns:ds=
...
</xenc:CipherData></xenc:EncryptedData>

When I read the line 150 in IdentityToken.java, I found that the code might be log.trace(...) instead of log.error(...). Is it correct?

Thanks!

Best Regards,
York


Back to the top