-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
kestrel
-
sparc
-
solaris_2.6
-
Verified
Build : fcs 'I' (worked in 'E' failed in 'F')
applet : ImageMap (jdk1.3/demo/applets/ImageMap/ImageMapArea.java)
In this applet, this value="SoundArea,1,2,3,4,audio/hi.au") passed from HTML got properly tokenized with StringTokenizer.nextToken("") but in between the builds mentioned above the ("") no longer tokenizes properly and must use ().
The outcome of this bug is it breaks backward compatibility to v1.1 applet along with ImageMap applet distributed along with 1.3 fcs.
No sound gets generated/loaded due to mis-tokenized URL.
Location of the culprit:
ImageMapArea.java line:97
handleArg(st.nextToken(""));
applet : ImageMap (jdk1.3/demo/applets/ImageMap/ImageMapArea.java)
In this applet, this value="SoundArea,1,2,3,4,audio/hi.au") passed from HTML got properly tokenized with StringTokenizer.nextToken("") but in between the builds mentioned above the ("") no longer tokenizes properly and must use ().
The outcome of this bug is it breaks backward compatibility to v1.1 applet along with ImageMap applet distributed along with 1.3 fcs.
No sound gets generated/loaded due to mis-tokenized URL.
Location of the culprit:
ImageMapArea.java line:97
handleArg(st.nextToken(""));