JDK-6766755 : JNLPCachedJarURLConnection.getJarFile() and JNLP URL constructor issues.
  • Type: Bug
  • Component: deploy
  • Sub-Component: webstart
  • Affected Version: 5.0u16
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-11-03
  • Updated: 2014-03-25
  • Resolved: 2008-11-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other Other
1.0.1_08Fixed 1.4.2_19Fixed
Related Reports
Relates :  
Description
The JNLPCachedJarURLConnection.getJarFile() file is failing for 5u16. A null reference is returned in this case. This is causing jaws applications to fail. See comments for more information.

Comments
EVALUATION One solution would be to use code funtionality similar to that used in 1.4.2
03-11-2008

WORK AROUND this would be to obtain the inputStream via a different call : InputStream is = cl.getResourceAsStream("testfile");
03-11-2008