On Wed, 7 Jul 2021 09:34:13 GMT, Thejasvi Voniadka <tvonia...@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.

Marked as reviewed by dfuchs (Reviewer).

-------------

PR: https://git.openjdk.java.net/jdk/pull/4706

Reply via email to