-
Bug
-
Resolution: Fixed
-
P1
-
1.4.1
-
fcs
-
x86
-
windows_2000
-
Verified
We are testing the Java Web Start auto download feature. Inside the .xml
file, it contains the URL to download the file.
The following is the content of the .xml file:
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
<jinstall>
<configuration version="1.0">
<jre language="English">
<version>1.2</version>
<url>
http://dlres.java.sun.com/JSCDL?ActionId=plugin&partId=JSCPLUGIN&partRootdir=%2FESD2%2FJSCDL%2Fdownloads%2Fj2sdk%2F1.4.0%2F1vwkhgr8%2F&FileName=j2re-1_4_0_01-windows-i586.exe&prodName=Java%28TM%29+Web+Start&prodVersion=1.2&milestone=Beta
</url>
<options>-l</options>
</jre>
<jre language="*">
<version>1.2</version>
<url>
http://dlres.java.sun.com/JSCDL?ActionId=plugin&partId=JSCPLUGIN&partRootdir=%2FESD2%2FJSCDL%2Fdownloadss%2Fj2sdk%2F1.4.0%2F1vwkhgr8%2F&FileName=j2re-1_4_0_01-windows-i586-i.exe&prodName=Java%28TM%29+Web+Start&prodVersion=1.2&milestone=Beta
</url>
<options>-l</options>
</jre>
</configuration>
</jinstall>
jinstall.exe can not parse that url because it contains the encoded char, such
as %2F.
This bug is preventing autodownload of JRE or JAVAWS and must be fixed for
Hopper.
###@###.### 2002-08-20
file, it contains the URL to download the file.
The following is the content of the .xml file:
<?xml version='1.0' encoding='ISO-8859-1' standalone='yes' ?>
<jinstall>
<configuration version="1.0">
<jre language="English">
<version>1.2</version>
<url>
http://dlres.java.sun.com/JSCDL?ActionId=plugin&partId=JSCPLUGIN&partRootdir=%2FESD2%2FJSCDL%2Fdownloads%2Fj2sdk%2F1.4.0%2F1vwkhgr8%2F&FileName=j2re-1_4_0_01-windows-i586.exe&prodName=Java%28TM%29+Web+Start&prodVersion=1.2&milestone=Beta
</url>
<options>-l</options>
</jre>
<jre language="*">
<version>1.2</version>
<url>
http://dlres.java.sun.com/JSCDL?ActionId=plugin&partId=JSCPLUGIN&partRootdir=%2FESD2%2FJSCDL%2Fdownloadss%2Fj2sdk%2F1.4.0%2F1vwkhgr8%2F&FileName=j2re-1_4_0_01-windows-i586-i.exe&prodName=Java%28TM%29+Web+Start&prodVersion=1.2&milestone=Beta
</url>
<options>-l</options>
</jre>
</configuration>
</jinstall>
jinstall.exe can not parse that url because it contains the encoded char, such
as %2F.
This bug is preventing autodownload of JRE or JAVAWS and must be fixed for
Hopper.
###@###.### 2002-08-20