This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 83ce965  Updating READMEs re. the JCE policy files
83ce965 is described below

commit 83ce965ed25ffe9254fa8aa6b1b2de18099224d1
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jan 25 14:57:46 2019 +0000

    Updating READMEs re. the JCE policy files
---
 distribution/src/main/release/samples/sts/README.txt     | 16 +++++++++-------
 .../main/release/samples/ws_security/sign_enc/README.txt | 16 +++++++++-------
 .../samples/ws_security/sign_enc_policy/README.txt       | 16 +++++++++-------
 .../src/main/release/samples/ws_security/ut/README.txt   | 16 +++++++++-------
 .../release/samples/ws_security/ut_policy/README.txt     | 16 +++++++++-------
 5 files changed, 45 insertions(+), 35 deletions(-)

diff --git a/distribution/src/main/release/samples/sts/README.txt 
b/distribution/src/main/release/samples/sts/README.txt
index ea9d096..5c2077a 100644
--- a/distribution/src/main/release/samples/sts/README.txt
+++ b/distribution/src/main/release/samples/sts/README.txt
@@ -19,13 +19,15 @@ Please review the README in the samples directory before 
continuing.
 
 *** Requirements ***
 
-The samples in this directory use STRONG encryption.  The default encryption 
algorithms
-included in a JRE is not adequate for these samples.   The Java Cryptography 
Extension
-(JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK 
download
-page[3] *must* be installed for the examples to work.   If you get errors 
about invalid
-key lengths, the Unlimited Strength files are not installed.
-
-[3] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+The samples in this directory use STRONG encryption. If you are using a version
+of Java prior to 1.8.0_161 then you may need to install the Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files [1] for the
+examples to work. Note that from the 1.8.0_161 release, Java has the unlimited
+strength policies installed by default. If you get errors about invalid key
+lengths with an older JDK version, then the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 
 Building and running the demo using Maven
diff --git 
a/distribution/src/main/release/samples/ws_security/sign_enc/README.txt 
b/distribution/src/main/release/samples/ws_security/sign_enc/README.txt
index 5d31c9e..e897209 100644
--- a/distribution/src/main/release/samples/ws_security/sign_enc/README.txt
+++ b/distribution/src/main/release/samples/ws_security/sign_enc/README.txt
@@ -36,13 +36,15 @@ set the environment by running the script.
 
 *** Requirements ***
 
-The samples in this directory use STRONG encryption.  The default encryption 
algorithms
-included in a JRE is not adequate for these samples.   The Java Cryptography 
Extension
-(JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK 
download
-page[3] *must* be installed for the examples to work.   If you get errors 
about invalid
-key lengths, the Unlimited Strength files are not installed.
-
-[3] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+The samples in this directory use STRONG encryption. If you are using a version
+of Java prior to 1.8.0_161 then you may need to install the Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files [1] for the
+examples to work. Note that from the 1.8.0_161 release, Java has the unlimited
+strength policies installed by default. If you get errors about invalid key
+lengths with an older JDK version, then the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 
 Building and running the demo using Maven
diff --git 
a/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt 
b/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt
index 8ca5c81..f89c963 100644
--- 
a/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt
+++ 
b/distribution/src/main/release/samples/ws_security/sign_enc_policy/README.txt
@@ -15,13 +15,15 @@ Please review the README in the samples directory before 
continuing.
 
 *** Requirements ***
 
-The samples in this directory use STRONG encryption.  The default encryption 
algorithms
-included in a JRE is not adequate for these samples.   The Java Cryptography 
Extension
-(JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK 
download
-page[3] *must* be installed for the examples to work.   If you get errors 
about invalid
-key lengths, the Unlimited Strength files are not installed.
-
-[3] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+The samples in this directory use STRONG encryption. If you are using a version
+of Java prior to 1.8.0_161 then you may need to install the Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files [1] for the
+examples to work. Note that from the 1.8.0_161 release, Java has the unlimited
+strength policies installed by default. If you get errors about invalid key
+lengths with an older JDK version, then the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 
 Building and running the demo using Maven
diff --git a/distribution/src/main/release/samples/ws_security/ut/README.txt 
b/distribution/src/main/release/samples/ws_security/ut/README.txt
index 2b9aa1c..5745299 100644
--- a/distribution/src/main/release/samples/ws_security/ut/README.txt
+++ b/distribution/src/main/release/samples/ws_security/ut/README.txt
@@ -23,13 +23,15 @@ Please review the README in the samples directory before 
continuing.
 Prerequisite
 ------------
 
-The samples in this directory use STRONG encryption.  The default encryption 
algorithms
-included in a JRE is not adequate for these samples.   The Java Cryptography 
Extension
-(JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK 
download
-page[3] *must* be installed for the examples to work.   If you get errors 
about invalid
-key lengths, the Unlimited Strength files are not installed.
-
-[3] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+The samples in this directory use STRONG encryption. If you are using a version
+of Java prior to 1.8.0_161 then you may need to install the Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files [1] for the
+examples to work. Note that from the 1.8.0_161 release, Java has the unlimited
+strength policies installed by default. If you get errors about invalid key
+lengths with an older JDK version, then the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 
 Building and running the demo using Maven
diff --git 
a/distribution/src/main/release/samples/ws_security/ut_policy/README.txt 
b/distribution/src/main/release/samples/ws_security/ut_policy/README.txt
index 37a69c8..7caecd7 100644
--- a/distribution/src/main/release/samples/ws_security/ut_policy/README.txt
+++ b/distribution/src/main/release/samples/ws_security/ut_policy/README.txt
@@ -15,13 +15,15 @@ Please review the README in the samples directory before 
continuing.
 
 *** Requirements ***
 
-The samples in this directory use STRONG encryption.  The default encryption 
algorithms
-included in a JRE is not adequate for these samples.   The Java Cryptography 
Extension
-(JCE) Unlimited Strength Jurisdiction Policy Files available on Oracle's JDK 
download
-page[3] *must* be installed for the examples to work.   If you get errors 
about invalid
-key lengths, the Unlimited Strength files are not installed.
-
-[3] http://www.oracle.com/technetwork/java/javase/downloads/index.html
+The samples in this directory use STRONG encryption. If you are using a version
+of Java prior to 1.8.0_161 then you may need to install the Java Cryptography
+Extension (JCE) Unlimited Strength Jurisdiction Policy Files [1] for the
+examples to work. Note that from the 1.8.0_161 release, Java has the unlimited
+strength policies installed by default. If you get errors about invalid key
+lengths with an older JDK version, then the Unlimited Strength files are not
+installed.
+
+[1] http://www.oracle.com/technetwork/java/javase/downloads/index.html
 
 
 Building and running the demo using Maven

Reply via email to