Re: RFR: 8273101: Eliminate the usage of threadgroup sandboxing in the java.util.logging [v2]

2021-12-09 Thread Sergey Bylokhov
> At the time Java supported applets and webstart, a special mechanism for > launching various applications in one JVM was used to reduce memory usage and > each application was isolated from each other. > > This isolation was implemented via ThreadGroups where each application > created its ow

[jdk18] Withdrawn: 8278186: throw StringIndexOutOfBoundsException when calling substring method

2021-12-09 Thread Weijun Wang
On Thu, 9 Dec 2021 19:34:12 GMT, Weijun Wang wrote: > Add check on `xpointer(id('name'))` format. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk18/pull/1

Withdrawn: 8278186: throw StringIndexOutOfBoundsException when calling substring method

2021-12-09 Thread Weijun Wang
On Wed, 8 Dec 2021 15:36:36 GMT, Weijun Wang wrote: > Add check on `xpointer(id('name'))` format. This pull request has been closed without being integrated. - PR: https://git.openjdk.java.net/jdk/pull/6769

[jdk18] RFR: 8278186: throw StringIndexOutOfBoundsException when calling substring method

2021-12-09 Thread Weijun Wang
Add check on `xpointer(id('name'))` format. - Commit messages: - 8278186: throw StringIndexOutOfBoundsException when calling substring method Changes: https://git.openjdk.java.net/jdk18/pull/1/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk18&pr=1&range=00 Issue: https:/

Integrated: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Michael McMahon
On Mon, 6 Dec 2021 21:27:48 GMT, Michael McMahon wrote: > This updates the testkeys keystore file used by SimpleSSLContext in the test > tree, in order to add subject alt names for the literal IP addresses > "127.0.0.1" and "::1". This should allow the self signed certificate in the > keystore

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Mon, 6 Dec 2021 21:27:48 GMT, Michael McMahon wrote: > This updates the testkeys keystore file used by SimpleSSLContext in the test > tree, in order to add subject alt names for the literal IP addresses > "127.0.0.1" and "::1". This should allow the self signed certificate in the > keystore

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Michael McMahon
On Tue, 7 Dec 2021 15:03:31 GMT, Daniel Fuchs wrote: >> test/jdk/com/sun/net/httpserver/SANTest.java line 77: >> >>> 75: int port1 = s1.getAddress().getPort(); >>> 76: int port2 = s2.getAddress().getPort(); >>> 77: test ("127.0.0.1", root+"/test1", port2, "sma

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Tue, 7 Dec 2021 15:00:33 GMT, Daniel Fuchs wrote: >> This updates the testkeys keystore file used by SimpleSSLContext in the test >> tree, in order to add subject alt names for the literal IP addresses >> "127.0.0.1" and "::1". This should allow the self signed certificate in the >> keystor

Re: RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Daniel Fuchs
On Mon, 6 Dec 2021 21:27:48 GMT, Michael McMahon wrote: > This updates the testkeys keystore file used by SimpleSSLContext in the test > tree, in order to add subject alt names for the literal IP addresses > "127.0.0.1" and "::1". This should allow the self signed certificate in the > keystore

RFR: 8278312: Update SimpleSSLContext keystore to use SANs for localhost IP addresses

2021-12-09 Thread Michael McMahon
This updates the testkeys keystore file used by SimpleSSLContext in the test tree, in order to add subject alt names for the literal IP addresses "127.0.0.1" and "::1". This should allow the self signed certificate in the keystore to be accepted even when the local OS doesn't have a localhost to