|
Quick Lists
|
|
Bug ID:
|
6250176
|
|
Votes
|
3
|
|
Synopsis
|
Update JNLP Specification for 6.0
|
|
Category
|
javawebstart:spec
|
|
Reported Against
|
rc
, 5.0
|
|
Release Fixed
|
mustang(b72)
|
|
State
|
10-Fix Delivered,
request for enhancement
|
|
Priority:
|
2-High
|
|
Related Bugs
|
6247470
,
6298124
,
6182606
,
6182751
|
|
Submit Date
|
04-APR-2005
|
|
Description
|
There are several new deployment features requiring an update to the JNLP specification, as well as several reported bygs and typo's in the spec.
related CRs:
6213985: Implement a flexible update policy.
6190451: Allow JWS app to specify custom icon and description for each file association
4908304: JNLP DownloadService should not require mention in JNLP file
6182751: Errors in suggested DOCTYPE declaration in JNLP 1.5 spec page 62
6182606: Typographical error in ATTLIST in DTD in Appendix C of JNLP 1.5 specification
6247470: Some minor bugs and typos in the JNLP specification.
xxxxx@xxxxx 2005-04-04 18:21:38 GMT
Posted Date : 2006-02-13 15:16:59.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
ok - see suggested fix
xxxxx@xxxxx 2005-04-10 16:17:26 GMT
|
|
Comments
|
Submitted On 19-JUN-2005
jbbugeau
What about also use xmlns ?
<?xml version="1.0" encoding="UTF-8"?>
<jnlp xmlns="http://ns.jcp.org/spec/javawebstart" codebase="http://www.mysite.com/app">
<information>
<title>Draw!</title>
<vendor>My Web Company</vendor>
<icon href="draw-icon.jpg"/>
<offline-allowed/>
</information>
<resources>
<j2se version="1.3+"/>
<jar href="draw.jar"/>
</resources>
<application-desc main-class="com.mysite.Draw"/>
</jnlp>
So, we would have a clean NS identifier...
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |