Request for Review: 6693244 (original) (raw)
Christopher Hegarty -Sun Microsystems Ireland Christopher.Hegarty at Sun.COM
Tue Feb 9 06:40:00 PST 2010
- Previous message: hg: jdk7/tl/jdk: 6923692: java/classes_util TEST_BUG:ReadZip.java fails when
- Next message: Request for Review: 6693244
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: hg: jdk7/tl/jdk: 6923692: java/classes_util TEST_BUG:ReadZip.java fails when
- Next message: Request for Review: 6693244
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]