You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2018/07/13 10:38:53 UTC

[cxf-fediz] branch master updated: Fixed a few grammatical things in the examples READMEs

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-fediz.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a7d32b  Fixed a few grammatical things in the examples READMEs
7a7d32b is described below

commit 7a7d32bcaf49a50155fa9190b8ea864b95fc3666
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Jul 13 11:38:34 2018 +0100

    Fixed a few grammatical things in the examples READMEs
---
 examples/jaxrsCxfPluginWebapp/README.txt | 5 ++---
 examples/jaxrsSimpleWebapp/README.txt    | 6 +++---
 examples/simpleWebapp/README.txt         | 4 ++--
 examples/springPreauthWebapp/README.txt  | 8 ++++----
 examples/websphereWebapp/README.txt      | 4 ++--
 5 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/examples/jaxrsCxfPluginWebapp/README.txt b/examples/jaxrsCxfPluginWebapp/README.txt
index 285b6e8..75996a8 100644
--- a/examples/jaxrsCxfPluginWebapp/README.txt
+++ b/examples/jaxrsCxfPluginWebapp/README.txt
@@ -1,9 +1,8 @@
 JAX-RS CXF Plugin Web Application Demo
 ==================================
 
-This demo shows how to build and deploy an SSO protected CXF JAX-RS web application
-using Apache CXF Fediz and Fediz CXF Plugin.
-
+This demo shows how to build and deploy an SSO protected CXF JAX-RS web
+application using Apache CXF Fediz and the Fediz CXF Plugin.
 
 Running this sample consists of four steps:
 
diff --git a/examples/jaxrsSimpleWebapp/README.txt b/examples/jaxrsSimpleWebapp/README.txt
index 900de36..3ecd244 100644
--- a/examples/jaxrsSimpleWebapp/README.txt
+++ b/examples/jaxrsSimpleWebapp/README.txt
@@ -5,9 +5,9 @@ This demo shows how to build and deploy an SSO protected JAX-RS web application
 using Apache CXF Fediz.
 
 The demo uses Apache CXF CXFServlet.
-If you work with Jersey or RESTEasy - please replace CXF specific declarations with your 
-preferred JAX-RS implementation's Servlet declaration. The application code 
-is a portable JAX-RS code. 
+If you work with Jersey or RESTEasy - please replace CXF specific declarations
+with your preferred JAX-RS implementation's Servlet declaration. The application
+code is a portable JAX-RS code.
 
 Running this sample consists of four steps:
 
diff --git a/examples/simpleWebapp/README.txt b/examples/simpleWebapp/README.txt
index 9679c3d..371b8a0 100644
--- a/examples/simpleWebapp/README.txt
+++ b/examples/simpleWebapp/README.txt
@@ -1,8 +1,8 @@
 Simple Web Application Demo
 ===========================
 
-This demo shows how to build and deploy an SSO protected using Apache CXF Fediz
-web application.
+This demo shows how to build and deploy a SSO protected web application using
+Apache CXF Fediz.
 
 Running this sample consists of four steps:
 
diff --git a/examples/springPreauthWebapp/README.txt b/examples/springPreauthWebapp/README.txt
index bb7956e..a6c7e60 100644
--- a/examples/springPreauthWebapp/README.txt
+++ b/examples/springPreauthWebapp/README.txt
@@ -1,10 +1,10 @@
 Simple Spring (Pre-Authentication) Web Application Demo
 =======================================================
 
-This demo shows how to build and deploy an SSO protected using Apache CXF Fediz
-web application where WS-Federation based login is managed by the container but
-Fediz initializes the Spring Security Context which provides a richer security
-API and configuration than the Java Servlet API.
+This demo shows how to build and deploy an SSO protected web application using
+Apache CXF Fediz, where WS-Federation based login is managed by the container
+but Fediz initializes the Spring Security Context which provides a richer
+security API and configuration than the Java Servlet API.
 
 This example still requires the fediz plugin be configured on the container level
 whereas the demo 'springWebapp' can be deployed into any application server as
diff --git a/examples/websphereWebapp/README.txt b/examples/websphereWebapp/README.txt
index 9679c3d..0366cae 100644
--- a/examples/websphereWebapp/README.txt
+++ b/examples/websphereWebapp/README.txt
@@ -1,8 +1,8 @@
 Simple Web Application Demo
 ===========================
 
-This demo shows how to build and deploy an SSO protected using Apache CXF Fediz
-web application.
+This demo shows how to build and deploy an SSO protected web application using
+Apache CXF Fediz.
 
 Running this sample consists of four steps: