[RFC] netx: add 1.6 to supported jnlp versions

Omair Majid omajid at redhat.com
Mon Aug 9 08:42:24 PDT 2010


On 08/09/2010 11:21 AM, Deepak Bhole wrote:
> * Omair Majid<omajid at redhat.com>  [2010-08-09 11:08]:
>> Hi,
>>
>> Some webstart applications like JForex [1] claim to use version 1.6
>> of the jnlp specification, even though it is not listed in the
>> developers guide [2]: "The spec attribute can be 1.0, 1.5.0, or 6.0
>> or can use the wildcards such as 1.0+."
>>
>> The attached patch make netx work with a version of 1.6 as well.
>>
>> Ok to commit?
>>
>> Cheers,
>> Omair
>>
>>
>> [1] https://www.dukascopy.com/client/demo/jclient/jforex.jnlp
>> [2]http://download.oracle.com/javase/6/docs/technotes/guides/javaws/developersguide/syntax.html
>
>> diff -r a570f4fed326 netx/net/sourceforge/jnlp/Parser.java
>> --- a/netx/net/sourceforge/jnlp/Parser.java	Fri Aug 06 20:08:18 2010 +0100
>> +++ b/netx/net/sourceforge/jnlp/Parser.java	Mon Aug 09 10:57:48 2010 -0400
>> @@ -72,7 +72,7 @@
>>
>>
>>       /** the supported JNLP file versions */
>> -    private static Version supportedVersions = new Version("1.0 1.5 6.0");
>> +    private static Version supportedVersions = new Version("1.0 1.5 1.6 6.0");
>>
>>       // fix: some descriptors need to use the jnlp file at a later
>>       // date and having file ref lets us pass it to their
>
>
>
> Okay to commit to 1.7, 1.8 and HEAD.
>

Pushed as:
changeset daffd234afbd in /hg/release/icedtea6-1.7
changeset 4a022b4a3319 in /hg/release/icedtea6-1.8
changeset 82f743a92f73 in /hg/release/icedtea6-1.9
changeset b8fc04b080aa in /hg/icedtea6

Cheers,
Omair



More information about the distro-pkg-dev mailing list