# HG changeset patch # User Jiri Vanek # Date 1438257719 -7200 # Node ID 49b7fb76c15205830516ed074ccc1e3ff416b929 # Parent 19de1aaabc516db78ed6e14dd7f45de1156a463b 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 diff -r 19de1aaabc51 -r 49b7fb76c152 ChangeLog --- 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 - - Enabled and properly tested Entry-Point attribute check +2015-07-30 Jiri Vanek + + 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 + + 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 diff -r 19de1aaabc51 -r 49b7fb76c152 tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-nosecurity.jnlp --- 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 @@ TrustedOnlyAttribute IcedTea - Trusted-only Manifest Attribute Test + Trusted-Only Manifest Attribute Test diff -r 19de1aaabc51 -r 49b7fb76c152 tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-signed-security.jnlp --- 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 @@ TrustedOnlyAttribute IcedTea - Trusted-only Manifest Attribute Test + Trusted-Only Manifest Attribute Test diff -r 19de1aaabc51 -r 49b7fb76c152 tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-nosecurity.jnlp --- 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 @@ TrustedOnlyAttribute IcedTea - Trusted-only Manifest Attribute Test + Trusted-Only Manifest Attribute Test diff -r 19de1aaabc51 -r 49b7fb76c152 tests/reproducers/custom/TrustedOnlyAttribute/resources/TrustedOnlyAttribute-unsigned-security.jnlp --- 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 @@ TrustedOnlyAttribute IcedTea - Trusted-only Manifest Attribute Test + Trusted-Only Manifest Attribute Test diff -r 19de1aaabc51 -r 49b7fb76c152 tests/reproducers/custom/TrustedOnlyAttribute/srcs/MANIFEST.MF --- 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