Repository: cxf-fediz Updated Branches: refs/heads/1.3.x-fixes b7ec17b52 -> 8a2485adb
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/8a2485ad Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/8a2485ad Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/8a2485ad Branch: refs/heads/1.3.x-fixes Commit: 8a2485adb7fc5a4e26044debd865dc98096f13a0 Parents: b7ec17b 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:15:35 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/8a2485ad/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>
