Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjwalls committed Nov 20, 2024
1 parent d1148df commit dd36720
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1289,7 +1289,7 @@ private ClassLoader getClassLoaderFor(final ObjectName name)
private Object doPrivilegedOperation(final int operation,
final Object[] params,
final Subject delegationSubject)
throws PrivilegedActionException, IOException, SecurityException { // XXXX Keep PAE for now as many deletes needed..
throws PrivilegedActionException, IOException {

// Subject Delegation is removed: locally this is caught earlier, in getMBeanServerConnection,
// but remote connections call into RMIConnectionImpl over RMI, so deny them here:
Expand Down

0 comments on commit dd36720

Please sign in to comment.