[Bug 727] Cache may delete file even when it was suppose to be kept.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Fri May 27 08:57:48 PDT 2011


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=727


Andrew Su <asu at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Transient failures when     |Cache may delete file even
                   |running JNLP applications   |when it was suppose to be
                   |                            |kept.




--- Comment #1 from Andrew Su <asu at redhat.com>  2011-05-27 15:57:48 ---
This only happens when I run javaws without any option, but if I run javaws
with the "-Xnofork" option it does not execute such odd behavior.

That aside, the problem is with the conditional
"keep.contains(file.getPath().substring(rStr.length()))" which made it remove
the entry even if we said we wanted to keep it. I have proposed a patch [1] to
move this condition to its own block, and only remove it from the list, if
available.

I'm updating the summary to reflect the cause.


[1] http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2011-May/014446.html


-- 
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the distro-pkg-dev mailing list