Re: RFR: 8347000: Bug in com/sun/net/httpserver/bugs/B6361557.java test

2025-01-07 Thread Jaikiran Pai
On Mon, 6 Jan 2025 05:43:31 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the > test-only issue noted in https://bugs.openjdk.org/browse/JDK-8347000? > > As noted in that issue, the test issues HTTP requests with `Content-Length` > set to `0` imp

Re: RFR: 8347000: Bug in com/sun/net/httpserver/bugs/B6361557.java test

2025-01-07 Thread Michael McMahon
On Mon, 6 Jan 2025 05:43:31 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the > test-only issue noted in https://bugs.openjdk.org/browse/JDK-8347000? > > As noted in that issue, the test issues HTTP requests with `Content-Length` > set to `0` imp

Re: RFR: 8347000: Bug in com/sun/net/httpserver/bugs/B6361557.java test

2025-01-06 Thread Mark Sheppard
On Mon, 6 Jan 2025 05:43:31 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the > test-only issue noted in https://bugs.openjdk.org/browse/JDK-8347000? > > As noted in that issue, the test issues HTTP requests with `Content-Length` > set to `0` imp

Re: RFR: 8347000: Bug in com/sun/net/httpserver/bugs/B6361557.java test

2025-01-06 Thread Mark Sheppard
On Mon, 6 Jan 2025 05:43:31 GMT, Jaikiran Pai wrote: > Can I please get a review of this change which proposes to address the > test-only issue noted in https://bugs.openjdk.org/browse/JDK-8347000? > > As noted in that issue, the test issues HTTP requests with `Content-Length` > set to `0` imp

Re: RFR: 8347000: Bug in com/sun/net/httpserver/bugs/B6361557.java test

2025-01-05 Thread Jaikiran Pai
On Mon, 6 Jan 2025 05:43:31 GMT, Jaikiran Pai wrote: > The JDK's HttpServer implementation currently doesn't cause errors for such > requests (although the HTTP/1.1 RFC expects an error to be raised). Having read the RFCs again, I think the JDK's HttpServer implementation isn't violating any e