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: 4761563
Votes 0
Synopsis can't set property to "" in jnlp file
Category javawebstart:general
Reported Against 1.2
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 10-OCT-2002
Description
<property name="some.property" value=""/>

would give a MissingFieldException [The following required field is missing from the launch file: <property>value]

but setting system property to "" is valid in java:

System.setProperty("some.property", "");

works in standalone java application.
Work Around
N/A
Evaluation
we should fix this for mantis, in XMLParser.java.

 xxxxx@xxxxx  2002-10-29
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang