On Wed, 7 Jul 2021 14:37:22 GMT, Vyom Tewari <vtew...@openjdk.org> wrote:
>> Hi, >> >> Please review this simple change to remove redundancy of @run tags. The test >> "java/net/httpclient/DigestEchoClientSSL.java" contains a couple of >> redundant @run tags: >> >> * @run main/othervm/timeout=300 >> * DigestEchoClientSSL SSL >> * @run main/othervm/timeout=300 >> * DigestEchoClientSSL SSL >> * @run main/othervm/timeout=300 >> * -Djdk.http.auth.proxying.disabledSchemes= >> * -Djdk.http.auth.tunneling.disabledSchemes= >> * DigestEchoClientSSL SSL PROXY >> * @run main/othervm/timeout=300 >> * -Djdk.http.auth.proxying.disabledSchemes= >> * -Djdk.http.auth.tunneling.disabledSchemes= >> * DigestEchoClientSSL SSL PROXY >> >> This change is to remove the redundancy. I have run the test and verified >> that it passes on all platforms following the change. > > Looks OK to me. @vyommani , @dfuch , would one of you please sponsor this PR? ------------- PR: https://git.openjdk.java.net/jdk/pull/4706