changeset 1244:49b7fb76c152

replaced Trusted-only by Trusted-Only, cosmetic change in TrustedOnlyAttribute reproducer * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp: * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp: * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp: * tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp: * tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF
author Jiri Vanek <jvanek@redhat.com>
date Thu, 30 Jul 2015 14:01:59 +0200
parents 19de1aaabc51
children 7fe258be550a
files ChangeLog tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF
diffstat 6 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 29 16:29:43 2015 +0200
+++ b/ChangeLog	Thu Jul 30 14:01:59 2015 +0200
@@ -1,6 +1,15 @@
-2015-07-23  Jiri Vanek  <jvanek@redhat.com>
-
-	Enabled and properly tested Entry-Point attribute check
+2015-07-30  Jiri Vanek  <jvanek@redhat.com>
+
+	replaced Trusted-only by Trusted-Only, cosmetic change in TrustedOnlyAttribute reproducer
+	* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp:
+	* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp:
+	* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp:
+	* tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp:
+	* tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF:
+
+ 2015-07-29  Jiri Vanek  <jvanek@redhat.com>
+ 
+ 	Initial push for big trusted-only/mixed-permissions reproducer	Enabled and properly tested Entry-Point attribute check
 	* NEWS: mentioned enabling
 	* netx/net/sourceforge/jnlp/runtime/ManifestAttributesChecker.java: enabled
 	call to checkEntryPoint if enabled
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp	Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp	Thu Jul 30 14:01:59 2015 +0200
@@ -42,7 +42,7 @@
     	<title>TrustedOnlyAttribute</title>
     	<vendor>IcedTea</vendor>
     	<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
-    	<description>Trusted-only Manifest Attribute Test</description>
+    	<description>Trusted-Only Manifest Attribute Test</description>
     	<offline/>
 	</information>
 	<resources>
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp	Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp	Thu Jul 30 14:01:59 2015 +0200
@@ -42,7 +42,7 @@
     	<title>TrustedOnlyAttribute</title>
     	<vendor>IcedTea</vendor>
     	<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
-    	<description>Trusted-only Manifest Attribute Test</description>
+    	<description>Trusted-Only Manifest Attribute Test</description>
     	<offline/>
 	</information>
 	<resources>
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp	Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp	Thu Jul 30 14:01:59 2015 +0200
@@ -42,7 +42,7 @@
     	<title>TrustedOnlyAttribute</title>
     	<vendor>IcedTea</vendor>
     	<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
-    	<description>Trusted-only Manifest Attribute Test</description>
+    	<description>Trusted-Only Manifest Attribute Test</description>
     	<offline/>
 	</information>
 	<resources>
--- a/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp	Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp	Thu Jul 30 14:01:59 2015 +0200
@@ -42,7 +42,7 @@
     	<title>TrustedOnlyAttribute</title>
     	<vendor>IcedTea</vendor>
     	<homepage href="http://icedtea.classpath.org/wiki/IcedTea-Web#Testing_IcedTea-Web"/>
-    	<description>Trusted-only Manifest Attribute Test</description>
+    	<description>Trusted-Only Manifest Attribute Test</description>
     	<offline/>
 	</information>
 	<resources>
--- a/tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF	Wed Jul 29 16:29:43 2015 +0200
+++ b/tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF	Thu Jul 30 14:01:59 2015 +0200
@@ -1,3 +1,3 @@
-Trusted-only: true
+Trusted-Only: true
 Application-Name: TrustedOnlyAttribute