On 26/07/11 16:21, Chris Hegarty wrote:
Michael,
There is an issue in the tunneling/Http retry code whereby a proxy
requiring authentication, if it gives a bad response after the initial
407, may cause the HTTPClient to perform recursive calls to parseHTTP
until StackOverFlow. The reason is o
Changeset: a80562f7ea50
Author:chegar
Date: 2011-07-27 18:10 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a80562f7ea50
6670868: StackOverFlow with bad authenticated Proxy tunnels
Reviewed-by: michaelm
! src/share/classes/sun/net/www/http/HttpClient.java
! src/share/classes
Changeset: 0b5beb9562c6
Author:mcimadamore
Date: 2011-07-27 19:00 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0b5beb9562c6
7062745: Regression: difference in overload resolution when two methods are
maximally specific
Summary: Fix most specific when two methods are
Changeset: 0d6d41563040
Author:ksrini
Date: 2011-07-27 11:53 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/0d6d41563040
7068902: (javac) allow enabling or disabling of String folding
Summary: Contributed by netbeans team, modified to suit by the langtools team.
Reviewe