[RFC][Icedtea-Web]: PR727 Fix deleting of incorrect file when cleaning cache.

Omair Majid omajid at redhat.com
Fri May 27 09:19:42 PDT 2011


On 05/27/2011 11:59 AM, Andrew Su wrote:
>>
>> Hm... why does one entry appear multiple times? Shouldn't we be
>> addressing that instead?
>
> This is very odd, since it shouldn't... but when I run javaws as follows, this doesn't happen.
>
> javaws -Xnofork http://www.sweethome3d.com/SweetHome3D.jnlp
>

That's interesting. javaws exec()'s itself if it realizes it needs to 
run in another JVM (because of different VM arguments). This happens 
after the JNLP file is parsed (and added to the cache), but before 
(AFAIK) the application jars are downloaded.

> Is it ok for commit to head + 1.1 now?
>

Yeah, the fix looks fine. Okay for both.

I would appreciate it however, if you could look more into the problem 
to find out why it's happening in the first place. If there is a deeper 
problem, perhaps we should address that too.

Cheers,
Omair



More information about the distro-pkg-dev mailing list