Re: SSL handshake issue while java client talking to SSLv3 ONLY server

2013-11-14 Thread Xuelei Fan
Please google "TLS version tolerance". Wish you luck. Xuelei On 11/15/2013 3:57 AM, Rajarajan Pudupatti Sundari Jeyakodi wrote: > Hi, > > We are facing a problem and I am sure this is the right place. We have a > load balancer (cisco's) and for various reasons the SSL configuration on > the loa

SSL handshake issue while java client talking to SSLv3 ONLY server

2013-11-14 Thread Rajarajan Pudupatti Sundari Jeyakodi
Hi, We are facing a problem and I am sure this is the right place. We have a load balancer (cisco's) and for various reasons the SSL configuration on the load balancer (the server) side is set to use "SSLv3" protocol version. Now after setting the same, when I access the load balancer in CHROME br

hg: jdk8/tl/jdk: 8014266: regression test AsyncSSLSocketClose.java time out.

2013-11-14 Thread xuelei . fan
Changeset: 40d0ccd00f87 Author:xuelei Date: 2013-11-14 16:08 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/40d0ccd00f87 8014266: regression test AsyncSSLSocketClose.java time out. Reviewed-by: xuelei Contributed-by: Rajan Halade ! test/sun/security/ssl/com/sun/net/ssl/int

hg: jdk8/tl/langtools: 8025524: javadoc does not correctly locate constructors for nested classes

2013-11-14 Thread bhavesh . x . patel
Changeset: 5ae66d372d57 Author:bpatel Date: 2013-11-14 13:47 -0800 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/5ae66d372d57 8025524: javadoc does not correctly locate constructors for nested classes Reviewed-by: jjg ! src/share/classes/com/sun/tools/javadoc/ConstructorDoc

hg: jdk8/tl/jdk: 2 new changesets

2013-11-14 Thread coleen . phillimore
Changeset: 59f46f135584 Author:hseigel Date: 2013-11-14 10:44 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/59f46f135584 8023041: The CDS classlist needs to be updated for JDK 8 Summary: Generate new classlists from JDK 8 classes Reviewed-by: alanb, coleenp, hseigel Contribu

hg: jdk8/tl/langtools: 8026963: type annotations code crashes for code with erroneous trees

2013-11-14 Thread vicente . romero
Changeset: e79d6425f1c4 Author:vromero Date: 2013-11-14 19:28 + URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/e79d6425f1c4 8026963: type annotations code crashes for code with erroneous trees Reviewed-by: jjg, jlahoda ! src/share/classes/com/sun/tools/javac/comp/Attr.ja

Re: [security dev] [8] Review request for JDK-8028266 : Tidy warnings cleanup for packages java.security/javax.security

2013-11-14 Thread Joe Darcy
Might just be my limited knowledge of HTML, but I don't understand the replacement of with in several places like: --- old/src/share/classes/javax/security/auth/kerberos/DelegationPermission.java 2013-11-14 07:44:04.878682607 + +++ new/src/share/classes/javax/security/auth/kerberos/Dele

hg: jdk8/tl/jdk: 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent

2013-11-14 Thread staffan . larsen
Changeset: 65f7b83ab477 Author:sla Date: 2013-11-14 19:31 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/65f7b83ab477 8027765: Make exit codes and stdout/stderr printing from jmap/jinfo/jstack/jps consistent Reviewed-by: alanb, allwin, sspitsyn, mgronlun ! src/share/classes

hg: jdk8/tl/langtools: 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java

2013-11-14 Thread eric . mccorkle
Changeset: 24eaf41a3974 Author:emc Date: 2013-11-14 12:32 -0500 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/24eaf41a3974 8028282: Remove @ignore from test langtools/test/tools/javac/T7042623.java Summary: Remove @ignore from test Reviewed-by: jjg ! test/tools/javac/T70426

Re: Code Review Request for 8026943: SQE test jce/Global/Cipher/SameBuffer failed

2013-11-14 Thread Sean Mullan
This looks good to me. --Sean On 11/13/2013 04:43 PM, Valerie (Yu-Ching) Peng wrote: Can someone help review my fixes for 8026943 "SQE test jce/Global/Cipher/SameBuffer failed"? According to Cipher javadoc, both its update(...) and doFinal(...) methods should be copy-safe, meaning the |input|

Re: [security dev] [8] Review request for JDK-8028266 : Tidy warnings cleanup for packages java.security/javax.security

2013-11-14 Thread Sean Mullan
Just one comment. I would prefer if you changed the following pattern: * * * to: * instead of: * * There is no need for the extra line. Thanks, Sean On 11/14/2013 03:44 AM, Sergey Lugovoy wrote: Hi all, please review the fix http://cr.openjdk.java.net/~yan/8028266/webrev.00/ for http

[security dev] [8] Review request for JDK-8028266 : Tidy warnings cleanup for packages java.security/javax.security

2013-11-14 Thread Sergey Lugovoy
Hi all, please review the fix http://cr.openjdk.java.net/~yan/8028266/webrev.00/[1] for https://bugs.openjdk.java.net/browse/JDK-8028266 This patch cleanup tidy warnings for generated html documentation, and do not affect the appearance of the documentation. Best regards, Serge V. Lugovoy --

hg: jdk8/tl/jdk: 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true

2013-11-14 Thread joel . franck
Changeset: 83c768d6cb93 Author:jfranck Date: 2013-11-14 12:17 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/83c768d6cb93 8028055: (reflect) invoking Method/Constructor in anonymous classes breaks with -Dsun.reflect.noInflation=true Reviewed-by: briangoetz ! src/share/class

hg: jdk8/tl/jdk: 8028343: More ProblemList.txt updates (11/2013)

2013-11-14 Thread alan . bateman
Changeset: ecf85f4aecf0 Author:alanb Date: 2013-11-14 10:40 + URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ecf85f4aecf0 8028343: More ProblemList.txt updates (11/2013) Reviewed-by: chegar ! test/ProblemList.txt