8024306: Enhance Subject consistency

Also reviewed by Alexander Fomin

Reviewed-by: mullan, ahgross
This commit is contained in:
Weijun Wang 2013-09-13 15:37:39 +08:00
parent 0961a179cf
commit 312b920fb9

View File

@ -964,6 +964,10 @@ public final class Subject implements java.io.Serializable {
s.defaultReadObject();
// Rewrap the principals into a SecureSet
principals = Collections.synchronizedSet(new SecureSet<Principal>
(this, PRINCIPAL_SET, principals));
// The Credential {@code Set} is not serialized, but we do not
// want the default deserialization routine to set it to null.
this.pubCredentials = Collections.synchronizedSet