This is not a safe thing to do, in general, because the ObjectInputStream may contain objects after the KeycloakPrincipal that are unrelated to Keycloak, and the ...
Description emaayan opened on Jun 25, 2025 hi... i'm not where issue is, but it looks like a bug in ObjectInputStream when you have a simple client sending an object and a server recieving an object ...
Java’s Serializable interface provides an easy-to-use programming interface for converting between a runtime object and a byte stream. Serialization involves mapping a runtime object or an object ...