On Mon, 25 Nov 2024 16:46:56 GMT, Roger Riggs wrote:
>> Updates to the java.xml module following the SecurityManager removal.
>> Refactor to remove doPrivilege calls
>> Refactor to eliminate dead code assuming getSecurityManager() == null
>> Refactor to drop use of AccessControlContext
>> Remove
On Mon, 25 Nov 2024 16:46:56 GMT, Roger Riggs wrote:
>> Updates to the java.xml module following the SecurityManager removal.
>> Refactor to remove doPrivilege calls
>> Refactor to eliminate dead code assuming getSecurityManager() == null
>> Refactor to drop use of AccessControlContext
>> Remove
> Updates to the java.xml module following the SecurityManager removal.
> Refactor to remove doPrivilege calls
> Refactor to eliminate dead code assuming getSecurityManager() == null
> Refactor to drop use of AccessControlContext
> Remove (most) references to SecurityException
> Remove error messa
On Mon, 25 Nov 2024 07:45:01 GMT, Alan Bateman wrote:
>> Updates to the java.xml module following the SecurityManager removal.
>> Refactor to remove doPrivilege calls
>> Refactor to eliminate dead code assuming getSecurityManager() == null
>> Refactor to drop use of AccessControlContext
>> Remov
On Fri, 22 Nov 2024 22:13:00 GMT, Roger Riggs wrote:
> Updates to the java.xml module following the SecurityManager removal.
> Refactor to remove doPrivilege calls
> Refactor to eliminate dead code assuming getSecurityManager() == null
> Refactor to drop use of AccessControlContext
> Remove (mos
Updates to the java.xml module following the SecurityManager removal.
Refactor to remove doPrivilege calls
Refactor to eliminate dead code assuming getSecurityManager() == null
Refactor to drop use of AccessControlContext
Remove (most) references to SecurityException
Remove error messages that ref