|
38 | 38 | * java.base/sun.net.www.http |
39 | 39 | * java.base/sun.net.www |
40 | 40 | * java.base/sun.net |
41 | | - * @run main/othervm -Djdk.http.auth.proxying.disabledSchemes=Basic,Digest |
42 | | - * -Djdk.http.auth.tunneling.disabledSchemes=Digest,Basic |
43 | | - * ProxyAuthDisabledSchemesSSL SSL |
44 | | - * @run main/othervm -Djdk.http.auth.proxying.disabledSchemes=Basic |
45 | | - * -Djdk.http.auth.tunneling.disabledSchemes=Basic |
46 | | - * -Dtest.requiresHost=true |
47 | | - * ProxyAuthDisabledSchemesSSL SSL PROXY |
48 | | - * @run main/othervm -Djdk.http.auth.proxying.disabledSchemes=Digest |
49 | | - * -Djdk.http.auth.tunneling.disabledSchemes=Digest |
50 | | - * -Dtest.requiresHost=true |
51 | | - * ProxyAuthDisabledSchemesSSL SSL PROXY |
| 41 | + * @run main/othervm/timeout=300 |
| 42 | + * -Djdk.http.auth.proxying.disabledSchemes=Basic,Digest |
| 43 | + * -Djdk.http.auth.tunneling.disabledSchemes=Digest,Basic |
| 44 | + * ProxyAuthDisabledSchemesSSL SSL |
| 45 | + * @run main/othervm/timeout=300 |
| 46 | + * -Djdk.http.auth.proxying.disabledSchemes=Basic |
| 47 | + * -Djdk.http.auth.tunneling.disabledSchemes=Basic |
| 48 | + * -Dtest.requiresHost=true |
| 49 | + * ProxyAuthDisabledSchemesSSL SSL PROXY |
| 50 | + * @run main/othervm/timeout=300 |
| 51 | + * -Djdk.http.auth.proxying.disabledSchemes=Digest |
| 52 | + * -Djdk.http.auth.tunneling.disabledSchemes=Digest |
| 53 | + * -Dtest.requiresHost=true |
| 54 | + * ProxyAuthDisabledSchemesSSL SSL PROXY |
52 | 55 | */ |
53 | 56 |
|
54 | 57 | public class ProxyAuthDisabledSchemesSSL { |
|
0 commit comments