RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer

2020-12-04 Thread Mahendra Chhipa
jaxp.library.SimpleHttpServer https://bugs.openjdk.java.net/browse/JDK-8212035 - Commit messages: - JDK-8212035 merge jdk.test.lib.util.SimpleHttpServer with Changes: https://git.openjdk.java.net/jdk/pull/1632/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1632&range=0

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v2]

2020-12-08 Thread Mahendra Chhipa
On Fri, 4 Dec 2020 20:48:01 GMT, Daniel Fuchs wrote: >> test/jdk/sun/net/www/protocol/jar/MultiReleaseJarURLConnection.java line 80: >> >>> 78: creator.buildSignedMultiReleaseJar(); >>> 79: >>> 80: server = new >>> SimpleHttpServer(TESTCONTEXT,System.getProperty("user.dir", "."

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v2]

2020-12-08 Thread Mahendra Chhipa
> jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented the review comments. - Changes: - all: https://git.openjdk.java.n

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v2]

2020-12-08 Thread Mahendra Chhipa
On Fri, 4 Dec 2020 20:45:24 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Implemented the review comments. > > test/lib/jdk/test/lib/net/SimpleHtt

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v3]

2020-12-11 Thread Mahendra Chhipa
> jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemnted the review comments. - Changes: - all: https://git.openjdk.java.n

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v2]

2020-12-11 Thread Mahendra Chhipa
On Tue, 8 Dec 2020 18:01:20 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Implemented the review comments. > > test/lib/jdk/test/lib/net/SimpleHtt

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v4]

2020-12-11 Thread Mahendra Chhipa
> jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 Mahendra Chhipa has updated the pull request incrementally with two additional commits since the last revision: - Merge branch 'JDK-8212035' of https://github.com/mahendrachhipa/jdk i

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v4]

2020-12-17 Thread Mahendra Chhipa
On Mon, 14 Dec 2020 19:44:59 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with two >> additional commits since the last revision: >> >> - Merge branch 'JDK-8212035' of https://github.com/mahendrachhipa/jdk into &

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v5]

2020-12-17 Thread Mahendra Chhipa
> jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 Mahendra Chhipa has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains seven commits: - Implemented the Review comments. - Implemented the review co

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v6]

2021-01-06 Thread Mahendra Chhipa
> jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 Mahendra Chhipa has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains ten commits: - Implemented the review comments - Merge branch 'maste

Re: RFR: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer [v6]

2021-01-12 Thread Mahendra Chhipa
On Tue, 12 Jan 2021 16:52:20 GMT, Daniel Fuchs wrote: > Approved provided that tier2 tests are passing. All tier2 tests related to changes are passing. Here is the Mach5 result link: https://mach5.us.oracle.com/mdash/jobs/mahendrachhipa-jdk-20210112-1759-17354032?search=result.status%3APASSED -

Integrated: JDK-8212035 : merge jdk.test.lib.util.SimpleHttpServer with jaxp.library.SimpleHttpServer

2021-01-13 Thread Mahendra Chhipa
On Fri, 4 Dec 2020 19:44:33 GMT, Mahendra Chhipa wrote: > jaxp.library.SimpleHttpServer > https://bugs.openjdk.java.net/browse/JDK-8212035 This pull request has now been integrated. Changeset: 5df2a949 Author:Mahendra Chhipa Committer: Daniel Fuchs URL:

RFR: JDK-8268133 : Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs

2021-06-02 Thread Mahendra Chhipa
…ency on sun.net.www.MessageHeader and - Commit messages: - JDK-8268133 : Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and Changes: https://git.openjdk.java.net/jdk/pull/4317/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=43

Re: RFR: JDK-8268133 : Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v2]

2021-06-03 Thread Mahendra Chhipa
> …ency on sun.net.www.MessageHeader and Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented tge review comments. - Changes: - all: https://git.openjdk.java.net/jdk/pull/4317/files - new: ht

Integrated: JDK-8268133 : Update java/net/Authenticator tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs

2021-06-03 Thread Mahendra Chhipa
On Wed, 2 Jun 2021 17:22:01 GMT, Mahendra Chhipa wrote: > …ency on sun.net.www.MessageHeader and This pull request has now been integrated. Changeset: 338dae4d Author: Mahendra Chhipa Committer: Mark Sheppard URL: https://git.openjdk.java.net/jdk/com

RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, …

2021-06-09 Thread Mahendra Chhipa
…HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests - Commit messages: - JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Changes: https://git.openjdk.java.net/jdk/pull/4432/files

Re: RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests [v2]

2021-06-11 Thread Mahendra Chhipa
> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented review comments. - Changes: - all: https://git.openjdk.java.net/jdk/pull/4432/fi

Re: RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests [v3]

2021-06-11 Thread Mahendra Chhipa
> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Remove extra space. - Changes: - all: https://git.openjdk.java.net/jdk/pull/4432/files -

Re: RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests [v4]

2021-06-17 Thread Mahendra Chhipa
> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented review comments - Changes: - all: https://git.openjdk.java.net/jdk/pull/4432/fi

Re: RFR: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests [v5]

2021-06-23 Thread Mahendra Chhipa
> …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented reviw comments. - Changes: - all: https://git.openjdk.java.net/jdk/pull/4432/fi

Integrated: JDK-8268464 : Remove dependancy of TestHttpsServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests

2021-06-23 Thread Mahendra Chhipa
On Wed, 9 Jun 2021 14:42:23 GMT, Mahendra Chhipa wrote: > …HttpCallback from open/test/jdk/sun/net/www/protocol/https/ tests This pull request has now been integrated. Changeset: 7621fa37 Author: Mahendra Chhipa Committer: Michael McMahon URL: https://git.openjdk.java.net/

RFR: JDK-8273142 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/http/ tests

2021-09-02 Thread Mahendra Chhipa
Dependencies of TestHttpServre, HttpTransaction, HttpCallback are removed from following tests: open/test/jdk/sun/net/www/protocol/http/ResponseCacheStream.java open/test/jdk/sun/net/www/protocol/http/SetChunkedStreamingMode.java open/test/jdk/sun/net/www/protocol/http/RelativeRedirect.java open/t

Re: RFR: JDK-8273142 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/http/ tests [v2]

2021-09-22 Thread Mahendra Chhipa
w/protocol/http/RelativeRedirect.java > open/test/jdk/sun/net/www/protocol/http/B6296310.java Mahendra Chhipa 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 a

Re: RFR: JDK-8273142 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/http/ tests [v2]

2021-09-29 Thread Mahendra Chhipa
On Wed, 29 Sep 2021 10:54:52 GMT, Michael McMahon wrote: >> Mahendra Chhipa 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 contain

Re: RFR: JDK-8273142 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/http/ tests [v3]

2021-09-30 Thread Mahendra Chhipa
w/protocol/http/RelativeRedirect.java > open/test/jdk/sun/net/www/protocol/http/B6296310.java Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Implemented the review comments. - Changes: - all: https://git.openjdk.java.net/jdk/pull/

Integrated: JDK-8273142 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/sun/net/www/protocol/http/ tests

2021-09-30 Thread Mahendra Chhipa
On Thu, 2 Sep 2021 17:30:02 GMT, Mahendra Chhipa wrote: > Dependencies of TestHttpServre, HttpTransaction, HttpCallback are removed > from following tests: > open/test/jdk/sun/net/www/protocol/http/ResponseCacheStream.java > open/test/jdk/sun/net/www/protocol/http/SetChunkedStream

RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs

2021-10-13 Thread Mahendra Chhipa
…t.www.MessageHeader and some other internal APIs - Commit messages: - JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs Changes: https://git.openjdk.java.net/jdk/pull/5937/files Webrev: https://webrevs.openjdk.ja

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v2]

2021-10-15 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has update

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v3]

2021-11-12 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has update

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v4]

2022-02-03 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has updated the p

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v5]

2022-02-11 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has update

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v5]

2022-02-14 Thread Mahendra Chhipa
On Fri, 11 Feb 2022 11:15:56 GMT, Mahendra Chhipa wrote: >> There are some regression tests depending on sun.net.www.MessageHeader, the >> internal API dependency should be removed. Some of other internal API >> dependancies are removed in following issues : >> JD

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v6]

2022-02-16 Thread Mahendra Chhipa
> There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JDK-8268464 > JDK-8268133 Mahendra Chhipa has update

Re: RFR: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs [v6]

2022-02-16 Thread Mahendra Chhipa
On Wed, 16 Feb 2022 13:55:43 GMT, Mahendra Chhipa wrote: >> There are some regression tests depending on sun.net.www.MessageHeader, the >> internal API dependency should be removed. Some of other internal API >> dependancies are removed in following issues : >> JD

Integrated: JDK-8061729 : Update java/net tests to eliminate dependency on sun.net.www.MessageHeader and some other internal APIs

2022-02-16 Thread Mahendra Chhipa
On Wed, 13 Oct 2021 22:04:23 GMT, Mahendra Chhipa wrote: > There are some regression tests depending on sun.net.www.MessageHeader, the > internal API dependency should be removed. Some of other internal API > dependancies are removed in following issues : > JDK-8273142 > JD

RFR: JDK-8282017 : sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server"

2022-02-17 Thread Mahendra Chhipa
Updated TunnelProxy to avoid twice read of Request line. - Commit messages: - JDK-8282017 : sun/net/www/protocol/https/HttpsURLConnection/B6216082.java Changes: https://git.openjdk.java.net/jdk/pull/7519/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7519&range=00 Is

Re: RFR: JDK-8282017 : sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server"

2022-02-17 Thread Mahendra Chhipa
On Thu, 17 Feb 2022 17:13:38 GMT, Mahendra Chhipa wrote: > Updated TunnelProxy to avoid twice read of Request line. tier 2 mach5 Job : https://mach5.us.oracle.com/mdash/jobs/mahendrachhipa-jdk-20220217-1608-29227569 - PR: https://git.openjdk.java.net/jdk/pull/7519

Integrated: JDK-8282017 : sun/net/www/protocol/https/HttpsURLConnection/B6216082.java fails with "SocketException: Unexpected end of file from server"

2022-02-17 Thread Mahendra Chhipa
On Thu, 17 Feb 2022 17:13:38 GMT, Mahendra Chhipa wrote: > Updated TunnelProxy to avoid twice read of Request line. This pull request has now been integrated. Changeset: cd9a3cf0 Author: Mahendra Chhipa Committer: Daniel Fuchs URL: https://git.openjdk.java.net/jdk/com

RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests

2022-02-24 Thread Mahendra Chhipa
Updated following remaining tests to remove depenedies of TestHttpServer, HttpTransaction, HttpCallback open/test/jdk/java/net/ProxySelector/LoopbackAddresses.java open/test/jdk/java/net/ProxySelector/ProxyTest.java open/test/jdk/java/net/URL/PerConnectionProxy.java open/test/jdk/java/net/URLConne

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v2]

2022-02-25 Thread Mahendra Chhipa
open/test/jdk/java/net/URLConnection/B5052093.java > open/test/jdk/sun/net/www/AuthHeaderTest.java > open/test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Impleme

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-02-25 Thread Mahendra Chhipa
open/test/jdk/java/net/URLConnection/B5052093.java > open/test/jdk/sun/net/www/AuthHeaderTest.java > open/test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision:

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v4]

2022-03-04 Thread Mahendra Chhipa
open/test/jdk/java/net/URLConnection/B5052093.java > open/test/jdk/sun/net/www/AuthHeaderTest.java > open/test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java Mahendra Chhipa has updated the pull request incrementally with one additional commit since the last revision: Impleme

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Wed, 2 Mar 2022 12:35:47 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed extra whitespace > > test/jdk/java/net/URLConnection/B50

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Wed, 2 Mar 2022 12:42:11 GMT, Daniel Fuchs wrote: >> Mahendra Chhipa has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Removed extra whitespace > > test/jdk/sun/net/www/http/KeepAliveCache/B50

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v5]

2022-03-04 Thread Mahendra Chhipa
open/test/jdk/java/net/URLConnection/B5052093.java > open/test/jdk/sun/net/www/AuthHeaderTest.java > open/test/jdk/sun/net/www/http/KeepAliveCache/B5045306.java Mahendra Chhipa has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev exclud

Re: RFR: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests [v3]

2022-03-04 Thread Mahendra Chhipa
On Fri, 4 Mar 2022 11:21:47 GMT, Daniel Fuchs wrote: >> In case of HttpExchange.setResponseHeader(). If responseLength is -1, then >> content-length value is overridden to 0, if already set explicitly. Same is >> the case when responseLength is > 0. Only in the case when responseLength == >> 0

Integrated: JDK-8282354 : Remove dependancy of TestHttpServer, HttpTransaction, HttpCallback from open/test/jdk/ tests

2022-03-11 Thread Mahendra Chhipa
On Thu, 24 Feb 2022 16:01:57 GMT, Mahendra Chhipa wrote: > Updated following remaining tests to remove depenedies of TestHttpServer, > HttpTransaction, HttpCallback > open/test/jdk/java/net/ProxySelector/LoopbackAddresses.java > open/test/jdk/java/net/ProxySelector/ProxyTest.java

Integrated: JDK-8284353 : Update java/net and sun/net/www tests to eliminate dependency on sun.net.www.MessageHeader

2022-04-07 Thread Mahendra Chhipa
On Tue, 5 Apr 2022 10:27:54 GMT, Mahendra Chhipa wrote: > Updated java/net and sun/net/www tests to remove dependency on > sun.net.www.MessageHeader. This pull request has now been integrated. Changeset: ec73c61d Author:Mahendra Chhipa Committer: Daniel Fuchs URL: