[Bug 1721] Error reported on applet cancellation
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Tue Mar 25 17:43:52 UTC 2014
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1721
Andrew Azores <aazores at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #1 from Andrew Azores <aazores at redhat.com> ---
Yes, when you cancel an applet, a LaunchException is thrown on purpose - this
is just how we handle stopping the process of launching. If you look at the
first exception in the stacktrace, it says "Fatal: Launch Error: Canceled on
user request."
1515 is essentially the same thing, but from a different dialog, and so with a
different explanation message for cancellation ("applet was unsigned but was
not trusted" is trying to say that the user didn't trust the unsigned applet
when asked, so it wasn't run).
Perhaps we should be looking for these specific "user-cancellation"
LaunchExceptions and not printing them in a way they can be mistaken for actual
failures, but this seems low priority. Marking as a duplicate of 1515.
*** This bug has been marked as a duplicate of bug 1515 ***
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140325/3c4f389d/attachment.html>
More information about the distro-pkg-dev
mailing list