Re: RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]

2025-06-16 Thread Volkan Yazici
On Mon, 16 Jun 2025 14:07:57 GMT, p-nima wrote: > as the path would be dependent on the provider Correct, a `Path` implementation depends on the `FileSystem` implementation. Except _"the default file system"_, obtained by invoking [`FileSystems::getDefault`](https://docs.oracle.com/en/java/jav

Re: RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]

2025-06-16 Thread Volkan Yazici
On Mon, 16 Jun 2025 12:47:15 GMT, Daniel Fuchs wrote: >> 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 >> commi

Re: RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]

2025-06-16 Thread p-nima
On Fri, 13 Jun 2025 07:55:17 GMT, Volkan Yazici 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)): >>

Re: RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]

2025-06-16 Thread Daniel Fuchs
On Fri, 13 Jun 2025 07:55:17 GMT, Volkan Yazici 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)): >>

Re: RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup [v2]

2025-06-13 Thread Volkan Yazici
> 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/FilePublisherP

RFR: 8359223: HttpClient: Remove leftovers from the SecurityManager cleanup

2025-06-11 Thread Volkan Yazici
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