Request for Review: 6693244

Christopher Hegarty -Sun Microsystems Ireland Christopher.Hegarty at Sun.COM
Tue Feb 9 06:40:00 PST 2010


Hi Michael,

This is a forward port to JDK7. The very same fix is already in 6u10, 
5.0uXX and 1.4.2_XX.

There is the possibility that endAuthRequest can be invoked twice with 
the same key. endAuthRequest in turn invokes requestCompleted, which 
contains the assertion. If an authentication request succeeds it will be 
added to the cache, Authentication.addToCache, this method will invoke 
endAuthRequest. HttpURLConenction.getInputStream has a finally block 
that will also invoke endAuthRequest.

6693244: Java Web Start app fails on 6u10 beta w/ AssertionError in 
AuthenticationInfo.requestCompleted

http://cr.openjdk.java.net/~chegar/6693244/webrev.0/webrev/

Thanks,
-Chris.



More information about the net-dev mailing list