After Java upgrade idp-process.log Subject values are gone
Scott Cantor
scott at restingparrotsoftware.com
Mon Sep 14 12:34:00 UTC 2026
> Has Java-11 become more strict in releasing the Subject ? Does anyone know how to fix this ?
The log line in question was logging the return value of javax.security.auth.Subject.getPrincipals()
Java's implementation of that method no longer returns an ordinary collection object that implements toString(), ergo nothing got logged, it was elided many years ago in response to that.
-- Scott
More information about the users
mailing list