8344949: javax.security.auth.Subject.SecureSet.writeObject does not do a security check anymore
Reviewed-by: alanb
This commit is contained in:
parent
f0b72f728d
commit
86d527f987
@ -1418,12 +1418,6 @@ public final class Subject implements java.io.Serializable {
|
||||
/**
|
||||
* Writes this object out to a stream (i.e., serializes it).
|
||||
*
|
||||
* @serialData If this is a private credential set,
|
||||
* a security check is performed to ensure that
|
||||
* the caller has permission to access each credential
|
||||
* in the set. If the security check passes,
|
||||
* the set is serialized.
|
||||
*
|
||||
* @param oos the {@code ObjectOutputStream} to which data is written
|
||||
* @throws IOException if an I/O error occurs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user