RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]
Daniel Fuchs
dfuchs at openjdk.org
Mon Jun 16 12:49:31 UTC 2025
On Fri, 13 Jun 2025 07:55:17 GMT, Volkan Yazici <vyazici at 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.
>
> Volkan Yazici has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains three additional commits since the last revision:
>
> - Move `FilePublisherTest` one level up
> - Merge remote-tracking branch 'upstream/master' into hcSmFollowUp
> - Remove leftover tests from the SecurityManager cleanup
Marked as reviewed by dfuchs (Reviewer).
-------------
PR Review: https://git.openjdk.org/jdk/pull/25747#pullrequestreview-2932000969
More information about the net-dev
mailing list