|
Quick Lists
|
|
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
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |