Hi Chris
I remember the reason that disconnectWeb() (or disconnectInternal()
before 6586707) is called is that somewhere in the HTTP spec it's said a
disconnect is needed when a 401 error is received. However, when I try
to search for this in RFC 2616, I cannot find anything.
Do you remember
On 06/28/10 08:30 AM, Weijun Wang wrote:
Hi Chris
I remember the reason that disconnectWeb() (or disconnectInternal()
before 6586707) is called is that somewhere in the HTTP spec it's said a
disconnect is needed when a 401 error is received. However, when I try
to search for this in RFC 2616, I
On 06/28/2010 08:04 PM, Chris Hegarty wrote:
On 06/28/10 08:30 AM, Weijun Wang wrote:
Hi Chris
I remember the reason that disconnectWeb() (or disconnectInternal()
before 6586707) is called is that somewhere in the HTTP spec it's said a
disconnect is needed when a 401 error is received. Howeve
Changeset: 6d274503d1b7
Author:chegar
Date: 2010-06-28 14:55 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/6d274503d1b7
6954525: Testcase failure java/net/Authenticator/B4769350.java
Reviewed-by: michaelm, weijun
! src/share/classes/sun/net/www/protocol/http/HttpURLConnecti
Michael,
java/net/BindException/Test.java and java/net/ipv6tests/Tests.java have
code that iterator over the network interfaces looking for IPv4
addresses to test with. In some cases, it is possible to have an
interface that is up with an IPv4 address of 0.0.0.0. This is not
suitable for use
Chris Hegarty wrote:
Michael,
java/net/BindException/Test.java and java/net/ipv6tests/Tests.java
have code that iterator over the network interfaces looking for IPv4
addresses to test with. In some cases, it is possible to have an
interface that is up with an IPv4 address of 0.0.0.0. This is
Changeset: 7c3da1f0e17c
Author:chegar
Date: 2010-06-28 20:52 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7c3da1f0e17c
6961029: java/net/BindException/Test.java should not use wildcard address
Reviewed-by: michaelm, alanb
! test/ProblemList.txt
! test/java/net/BindExceptio
Changeset: a9e0a6fb6057
Author:ksrini
Date: 2010-06-28 18:25 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a9e0a6fb6057
6856415: Enabling java security manager will make programe thrown wrong
exception ( main method not found )
Reviewed-by: darcy
! src/share/classes/sun/la