> The implementation of this proposal is based on the requirements,
> specification and design choices described in the [JDK-8319332] ticket and
> its respective CSR [JDK-8319333]. What follows are implementation notes
> organized per functional component, with the purpose of assisting to naviga
On Fri, 3 Nov 2023 05:42:56 GMT, Alan Bateman wrote:
>> Checking for _file_ in the URL scheme is not conclusive evidence that there
>> is a local file path behind. I'll give a couple of examples. In Unix/Linux
>> platforms, an URL of the form `file://example.com/path/to/some/file.txt` is
>> pr
> JDK-8308453: JSSE regression test keystore migration from JKS to PKCS12
Kevin Driver 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 19 additional com
On Mon, 30 Oct 2023 17:26:53 GMT, Yakov Shafranovich wrote:
> The various Zip/Jar-file related Java APIs have some long-standing
> differences or peculiarities with respect to the ZIP-file specification or
> compared to other implementations which should be documented in the API-doc.
> This do
On Mon, 30 Oct 2023 17:54:13 GMT, Volker Simonis wrote:
>> The various Zip/Jar-file related Java APIs have some long-standing
>> differences or peculiarities with respect to the ZIP-file specification or
>> compared to other implementations which should be documented in the API-doc.
>> This do
The various Zip/Jar-file related Java APIs have some long-standing differences
or peculiarities with respect to the ZIP-file specification or compared to
other implementations which should be documented in the API-doc. This documents
the following:
- Cache of JAR files in JarURLConnection class