changeset 475:c7bf15bbc88e

Changelog for unsigned content in metainf reproducer
author Adam Domurad <adomurad@redhat.com>
date Tue, 14 Aug 2012 16:07:38 -0400
parents 6a30a4da506c
children 684acbb6c35e
files ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 14 14:45:48 2012 -0400
+++ b/ChangeLog	Tue Aug 14 16:07:38 2012 -0400
@@ -1,3 +1,20 @@
+2012-08-14  Adam Domurad  <adomurad@redhat.com>
+
+	Reproducer for allowing unsigned content in META-INF/ folder. 
+	Derives from ReadPropertiesSigned test's signed jar.
+	* tests/reproducers/custom/UnsignedContentInMETAINF/resources/UnsignedContentInMETAINF.jnlp:
+	New, runs a modified version of ReadPropertiesSigned.jar (UnsignedContentInMETAINF.jar)
+	* tests/reproducers/custom/UnsignedContentInMETAINF/srcs/META-INF/unsigned_file_in_metainf: 
+	New, placed into a modified version of ReadPropertiesSigned.jar 
+	(UnsignedContentInMETAINF.jar) so that there is unsigned content in the
+	META-INF/ folder.
+	* tests/reproducers/custom/UnsignedContentInMETAINF/srcs/Makefile:
+	New, creates a modified version of ReadPropertiesSigned.jar, named 
+	UnsignedContentInMETAINF.jar, and places unsigned content inside its 
+	META-INF/ folder
+	* tests/reproducers/custom/UnsignedContentInMETAINF/testcases/UnsignedContentInMETAINF.java: 
+	Test driver for jnlp file
+
 2012-08-14  Adam Domurad  <adomurad@redhat.com>
 
 	Unit test for method in JCV, isMetaInfFile()