Re: Code Review 6954525: Testcase failure java/net/Authenticator/B4769350.java

2010-06-28 Thread Weijun Wang
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

Re: Code Review 6954525: Testcase failure java/net/Authenticator/B4769350.java

2010-06-28 Thread Chris Hegarty
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

Re: Code Review 6954525: Testcase failure java/net/Authenticator/B4769350.java

2010-06-28 Thread Weijun Wang
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

hg: jdk7/tl/jdk: 2 new changesets

2010-06-28 Thread chris . hegarty
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

Code Review 6954525: java/net/BindException/Test.java 6 tests(s) failed - see log

2010-06-28 Thread Chris Hegarty
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

Re: Code Review 6954525: java/net/BindException/Test.java 6 tests(s) failed - see log

2010-06-28 Thread Michael McMahon
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

hg: jdk7/tl/jdk: 6961029: java/net/BindException/Test.java should not use wildcard address

2010-06-28 Thread chris . hegarty
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

hg: jdk7/tl/jdk: 6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found )

2010-06-28 Thread kumar . x . srinivasan
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