Repository: cxf-fediz Updated Branches: refs/heads/master cc1ef7617 -> 1d25f9a2f
Fix web.xml Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/1d25f9a2 Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/1d25f9a2 Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/1d25f9a2 Branch: refs/heads/master Commit: 1d25f9a2fdff38283dde69350116ac94e23828c4 Parents: cc1ef76 Author: Colm O hEigeartaigh <[email protected]> Authored: Tue Jan 31 15:09:01 2017 +0000 Committer: Colm O hEigeartaigh <[email protected]> Committed: Tue Jan 31 15:09:01 2017 +0000 ---------------------------------------------------------------------- services/oidc/src/main/webapp/WEB-INF/web.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/1d25f9a2/services/oidc/src/main/webapp/WEB-INF/web.xml ---------------------------------------------------------------------- diff --git a/services/oidc/src/main/webapp/WEB-INF/web.xml b/services/oidc/src/main/webapp/WEB-INF/web.xml index a41a03b..9a22516 100644 --- a/services/oidc/src/main/webapp/WEB-INF/web.xml +++ b/services/oidc/src/main/webapp/WEB-INF/web.xml @@ -21,8 +21,8 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" version="3.0" metadata-complete="true"> - <description>WS Federation Spring Example</description> - <display-name>WS Federation Spring Example</display-name> + <description>Apache CXF Fediz OIDC service</description> + <display-name>Apache CXF Fediz OIDC service</display-name> <session-config> <cookie-config>
