Files
sailing-analytics/java/com.sap.sse.security.interface
Axel Uhl 37f0a61848 aftermath to fbbb66988e: use getRolesInternal() for UserImpl.writeObject;
now with the roles collection being initialized lazily, writeObject may
occur before getRolesInternal() has been called and the de-serialized
roleListForSerialization collection has been converted into the roles
set. Then, onward transitive serialization will try to serialize a null
roles set which (fortunately) fails.
2023-02-26 00:52:35 +01:00
..