[icedtea-web] "Not All Signed" dialog and low-security setting

Andrew Azores aazores at redhat.com
Mon Dec 23 07:28:14 PST 2013


(snip)

Again, using zimbra web interface today, so formatting might be weird.

I have worked on this some more and added in the signer information etc. into the dialog, and also done a little bit of extra minor refactoring (changing type names). The subclassing is also done better now (I think) and has tests. Unfortunately it got very messy when I was working on all of this and splitting up the work, so I only have the end product all together as one monolithic patch :( however I do have some older versions that are split into pieces. So the attached patch file is the full thing, and the attached tgz contains the somewhat-out-of-date smaller pieces. I can't really split the full patch into smaller pieces very well because some of the different steps required working on the same files and even the same parts of the same files.

So here we have the UnsignedApplet dialog being made abstract and having its name changed, and a subclass being introduced that takes its original name and brings back identical functionality. Then we have a new subclass introduced which is the PartiallySigned dialog, and methods and enum constants are added to facilitate the use of this. There is also a unit test that tests both of these subclasses and verifies that their implementations of the parent's abstract methods make sense.

Thanks,

Andrew A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partially-signed-dialog-full.patch
Type: text/x-patch
Size: 82109 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131223/fb0192a2/partially-signed-dialog-full-0001.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: partially-signed-dialog-parts.tgz
Type: application/x-compressed-tar
Size: 10332 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20131223/fb0192a2/partially-signed-dialog-parts-0001.tgz 


More information about the distro-pkg-dev mailing list