Re: RFR: 8330814: Cleanups for KeepAliveCache tests [v6]

2024-05-07 Thread Christoph Langer
On Wed, 1 May 2024 20:45:27 GMT, Christoph Langer wrote: >> While working in that area I found some potential for cleanup of a few tests. >> >> Most notably: >> >> B5045306.java: >> - does not need to run in othervm >> - the executor service that it uses should be shut down eventually to free

Re: RFR: 8330814: Cleanups for KeepAliveCache tests [v6]

2024-05-07 Thread Jaikiran Pai
On Wed, 1 May 2024 20:45:27 GMT, Christoph Langer wrote: >> While working in that area I found some potential for cleanup of a few tests. >> >> Most notably: >> >> B5045306.java: >> - does not need to run in othervm >> - the executor service that it uses should be shut down eventually to free

Re: RFR: 8278353: Provide Duke as default favicon in Simple Web Server

2024-05-07 Thread Daniel Jeliński
On Tue, 7 May 2024 06:17:22 GMT, Christian Stein wrote: >> src/jdk.httpserver/share/classes/sun/net/httpserver/simpleserver/FileServerHandler.java >> line 269: >> >>> 267: var bytes = stream.readAllBytes(); >>> 268: respHdrs.set("Content-Type", "image/x-icon"); >>> 269:

Re: RFR: 8278353: Provide Duke as default favicon in Simple Web Server

2024-05-07 Thread Christian Stein
On Tue, 7 May 2024 07:45:35 GMT, Daniel Jeliński wrote: >> Using Java's birthday `"Mon, 23 May 1995 11:11:11 GMT"` for the time being. > > [java.version.date](https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/lang/System.html#java.version.date) > could be a reasonable alternative

Re: RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v27]

2024-05-07 Thread Daniel Jeliński
On Thu, 25 Apr 2024 17:01:52 GMT, robert engels wrote: >> fix bug JDK-B6968351 by avoiding flush after response headers > > robert engels has updated the pull request incrementally with one additional > commit since the last revision: > > update copyright date LGTM. In order to proceed, use

Re: RFR: 8330814: Cleanups for KeepAliveCache tests [v7]

2024-05-07 Thread Christoph Langer
> While working in that area I found some potential for cleanup of a few tests. > > Most notably: > > B5045306.java: > - does not need to run in othervm > - the executor service that it uses should be shut down eventually to free > resources > > B8291637.java: > - use just one instead of two te

Re: RFR: 8330814: Cleanups for KeepAliveCache tests [v6]

2024-05-07 Thread Christoph Langer
On Tue, 7 May 2024 07:08:55 GMT, Jaikiran Pai wrote: > Hello Christoph, the latest changes look fine to me. I've added a trivial > comment about reading the inputstream in one of the test, but you can leave > it in its current form if you prefer to. Please run `tier2` tests once before > integ

Re: RFR: 8315767: InetAddress: constructing objects from BSD literal addresses [v5]

2024-05-07 Thread Sergey Chernyshev
On Tue, 16 Apr 2024 22:38:57 GMT, Aleksei Efimov wrote: >> Sergey Chernyshev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update src/java.base/share/classes/java/net/Inet4Address.java >> >>Co-authored-by: Daniel Fuchs <67001

Re: RFR: 8315767: InetAddress: constructing objects from BSD literal addresses [v5]

2024-05-07 Thread Aleksei Efimov
On Tue, 16 Apr 2024 22:38:57 GMT, Aleksei Efimov wrote: >> Sergey Chernyshev has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Update src/java.base/share/classes/java/net/Inet4Address.java >> >>Co-authored-by: Daniel Fuchs <67001

Re: RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v27]

2024-05-07 Thread Jaikiran Pai
On Thu, 25 Apr 2024 17:01:52 GMT, robert engels wrote: >> fix bug JDK-B6968351 by avoiding flush after response headers > > robert engels has updated the pull request incrementally with one additional > commit since the last revision: > > update copyright date Marked as reviewed by jpai (Rev

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) [v2]

2024-05-07 Thread Daniel Fuchs
On Mon, 6 May 2024 05:36:10 GMT, Jaikiran Pai wrote: >> Can I get a review of this test-only fix which addresses the intermittent >> failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on >> Windows? >> >> As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test re

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) [v2]

2024-05-07 Thread Jaikiran Pai
On Tue, 7 May 2024 11:35:17 GMT, Daniel Fuchs wrote: >> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> don't check for exception message (which can be localized) > > test/jdk/com/sun/net/httpserver/HttpsParametersClientAuth

RFR: 8330205: Initial troff manpage generation for JDK 24

2024-05-07 Thread Pavel Rappo
Please review this mechanical change to man pages. This PR should be integrated after https://github.com/openjdk/jdk/pull/18787. - Commit messages: - Initial commit Changes: https://git.openjdk.org/jdk/pull/19119/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=19119&range=

Re: RFR: 8330205: Initial troff manpage generation for JDK 24

2024-05-07 Thread Pavel Rappo
On Tue, 7 May 2024 11:53:19 GMT, Pavel Rappo wrote: > Please review this mechanical change to man pages. This PR should be > integrated after https://github.com/openjdk/jdk/pull/18787. This PR is standalone as opposed to dependent because the https://github.com/openjdk/jdk/pull/18787 dependenc

Re: RFR: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length [v27]

2024-05-07 Thread Daniel Fuchs
On Thu, 25 Apr 2024 17:01:52 GMT, robert engels wrote: >> fix bug JDK-B6968351 by avoiding flush after response headers > > robert engels has updated the pull request incrementally with one additional > commit since the last revision: > > update copyright date Tests were green. Please integr

Integrated: 6968351: httpserver clashes with delayed TCP ACKs for low Content-Length

2024-05-07 Thread robert engels
On Sat, 6 Apr 2024 23:35:48 GMT, robert engels wrote: > fix bug JDK-B6968351 by avoiding flush after response headers This pull request has now been integrated. Changeset: 02c95a6d Author:robertengels Committer: Daniel Fuchs URL: https://git.openjdk.org/jdk/commit/02c95a6d7eb77ed17

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) [v2]

2024-05-07 Thread Daniel Fuchs
On Mon, 6 May 2024 05:36:10 GMT, Jaikiran Pai wrote: >> Can I get a review of this test-only fix which addresses the intermittent >> failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on >> Windows? >> >> As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test re

Re: RFR: 8330814: Cleanups for KeepAliveCache tests [v7]

2024-05-07 Thread Daniel Fuchs
On Tue, 7 May 2024 08:43:09 GMT, Christoph Langer wrote: >> While working in that area I found some potential for cleanup of a few tests. >> >> Most notably: >> >> B5045306.java: >> - does not need to run in othervm >> - the executor service that it uses should be shut down eventually to free

Re: RFR: 8278353: Provide Duke as default favicon in Simple Web Server

2024-05-07 Thread Daniel Fuchs
On Tue, 30 Apr 2024 11:23:01 GMT, Christian Stein wrote: > Please pre-review this draft pull request adding a default for response for > the `/favicon.ico` path to the Simple Web Server introduced by [JEP > 408](https://openjdk.org/jeps/408). The image in this PR is a copy of > https://inside.

Re: RFR: 8330205: Initial troff manpage generation for JDK 24

2024-05-07 Thread Joe Darcy
On Tue, 7 May 2024 11:53:19 GMT, Pavel Rappo wrote: > Please review this mechanical change to man pages. This PR should be > integrated after https://github.com/openjdk/jdk/pull/18787. Marked as reviewed by darcy (Reviewer). > This PR is standalone as opposed to dependent because the #18787 de

Re: RFR: 8330205: Initial troff manpage generation for JDK 24

2024-05-07 Thread Pavel Rappo
On Tue, 7 May 2024 11:53:19 GMT, Pavel Rappo wrote: > Please review this mechanical change to man pages. This PR should be > integrated after https://github.com/openjdk/jdk/pull/18787. Thanks for reviewing it Joe, I'm now delegating integration of this PR to @JesperIRL, you, or anyone who will

Re: RFR: 8330205: Initial troff manpage generation for JDK 24

2024-05-07 Thread Jonathan Gibbons
On Tue, 7 May 2024 11:53:19 GMT, Pavel Rappo wrote: > Please review this mechanical change to man pages. This PR should be > integrated after https://github.com/openjdk/jdk/pull/18787. Marked as reviewed by jjg (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/19119#pullre

Re: RFR: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false) [v2]

2024-05-07 Thread Jaikiran Pai
On Mon, 6 May 2024 05:36:10 GMT, Jaikiran Pai wrote: >> Can I get a review of this test-only fix which addresses the intermittent >> failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on >> Windows? >> >> As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test re

Integrated: 8331334: com/sun/net/httpserver/HttpsParametersClientAuthTest.java fails in testServerNeedClientAuth(false)

2024-05-07 Thread Jaikiran Pai
On Sun, 5 May 2024 07:13:35 GMT, Jaikiran Pai wrote: > Can I get a review of this test-only fix which addresses the intermittent > failrues in `com/sun/net/httpserver/HttpsParametersClientAuthTest.java` on > Windows? > > As noted in https://bugs.openjdk.org/browse/JDK-8331334, the test relies

Integrated: 8278353: Provide Duke as default favicon in Simple Web Server

2024-05-07 Thread Christian Stein
On Tue, 30 Apr 2024 11:23:01 GMT, Christian Stein wrote: > Please pre-review this draft pull request adding a default for response for > the `/favicon.ico` path to the Simple Web Server introduced by [JEP > 408](https://openjdk.org/jeps/408). The image in this PR is a copy of > https://inside.