Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 4465033
Votes 1
Synopsis Java Web Start 1.0.1 hangs running signed applications in some locales
Category javawebstart:i18n
Reported Against 1.0.1
Release Fixed 1.0.1(1.0.1_02)
State 11-Closed, Verified, bug
Priority: 1-Very High
Related Bugs
Submit Date 01-JUN-2001
Description
In the locales DE, IT, FR, SV, and JA java web start will hang when attempting
to  display the security dialog for signed applications or applets.
The reason is the code in GeneralUtilities.addBoldText(), takes a string arg
of the form "XXX{0}YYY{1}ZZZ"
if XXX is null, as it is in the string passed in for these locales, the method
will go into an infinate loop!
Work Around
N/A
Evaluation
fixed in addBoldText in GeneralUtilities.java
(note: fixed and integrated in fields say 1.0.2, because there is no 1.0.1_01 
available.
This is actually the one bug fixed in 1.0.1_01
Comments
  
  Include a link with my name & email   

Submitted On 22-NOV-2001
xytcglli
teacher


Submitted On 22-NOV-2001
xytcglli
kkkkk


Submitted On 22-NOV-2001
xytcglli
XXX{0}YYY{1}ZZZ


Submitted On 22-NOV-2001
xytcglli
1000



PLEASE NOTE: JDK6 is formerly known as Project Mustang