Code Review Request, JDK-8171003, A couple of JSSE tests have been failing after JDK-8170329
Xuelei Fan
xuelei.fan at oracle.com
Fri Dec 9 20:54:38 UTC 2016
Hi,
Please review this typo issue introduced in JDK-8170329.
$ hg diff test/sun/net/www/protocol/https/HttpsClient/ProxyAuthTest.java
@Override
- protected boolean isCustomizeClientConnection() {
+ protected boolean isCustomizedClientConnection() {
return true;
}
$ hg diff
test/sun/net/www/protocol/https/HttpsClient/ServerIdentityTest.java
@Override
- protected boolean isCustomizeClientConnection() {
+ protected boolean isCustomizedClientConnection() {
return true;
}
Thanks,
Xuelei
More information about the security-dev
mailing list