Re: RFR: 8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration

2024-11-15 Thread Jaikiran Pai
On Fri, 15 Nov 2024 08:24:45 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the usages of > `SecurityManager` and calls to `AccessController.doPrivileged()` from the > `sun.net.www.MimeTable` class? > > No new tests have been introduced and existing tests in

Re: RFR: 8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration

2024-11-15 Thread Daniel Fuchs
On Fri, 15 Nov 2024 08:24:45 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which removes the usages of > `SecurityManager` and calls to `AccessController.doPrivileged()` from the > `sun.net.www.MimeTable` class? > > No new tests have been introduced and existing tests in

RFR: 8344186: Cleanup sun.net.www.MimeTable after JEP 486 integration

2024-11-15 Thread Jaikiran Pai
Can I please get a review of this change which removes the usages of `SecurityManager` and calls to `AccessController.doPrivileged()` from the `sun.net.www.MimeTable` class? No new tests have been introduced and existing tests in tier1 and tier2 continue to pass with this change. -