On Wed, 11 Jun 2025 11:05:13 GMT, Volkan Yazici <vyaz...@openjdk.org> wrote:
> Removes following files added in > [JDK-8235459](https://bugs.openjdk.org/browse/JDK-8235459) and are forgotten > to be removed during the `SecurityManager`-removal > ([JDK-8344228](https://bugs.openjdk.org/browse/JDK-8344228)): > > > test/jdk/java/net/httpclient/FilePublisher/FilePublisherPermsTest.java > test/jdk/java/net/httpclient/FilePublisher/SecureZipFSProvider.java > > > Subsequently moved > `test/jdk/java/net/httpclient/FilePublisher/FilePublisherTest.java`, the only > file remained in that folder, one level up. This pull request has now been integrated. Changeset: e55ddabf Author: Volkan Yazici <vyaz...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/e55ddabffa90e28d22f546b387007fe4e434c3e0 Stats: 701 lines in 3 files changed: 0 ins; 701 del; 0 mod 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup Reviewed-by: dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/25747