[Bug 1058] XFileOpenService openMultiFileDialog ClassCastException, FileContents[] instead of FileContents
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri Aug 30 08:04:51 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1058
--- Comment #1 from hg commits <mercurial at icedtea.classpath.org> ---
details:
http://icedtea.classpath.org//hg/icedtea-web?cmd=changeset;node=5e59e92d16ed
author: Omair Majid <omajid at redhat.com>
date: Fri Aug 30 10:56:59 2013 -0400
PR1058: XFileOpenService openMultiFileDialog ClassCastException
Instead of trying to create a privileged proxy for the FileContents[]
array, simply create a privileged proxy for each FileContents instance
and return an array of them.
2013-08-29 Omair Majid <omajid at redhat.com>
PR1058
* netx/net/sourceforge/jnlp/services/XFileOpenService.java
(openMultiFileDialog): Create a privileged proxy for each
FileContents
instance and return an array of them.
--
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/20130830/7d7dc574/attachment.html
More information about the distro-pkg-dev
mailing list