Fixing examples context
Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/6e710cdb Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/6e710cdb Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/6e710cdb Branch: refs/heads/master Commit: 6e710cdbbe272c3cd28d21aae8f76d70d85a2989 Parents: f268ef2 Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Sep 3 17:40:33 2015 +0100 Committer: Colm O hEigeartaigh <[email protected]> Committed: Thu Sep 3 17:40:33 2015 +0100 ---------------------------------------------------------------------- examples/simpleWebapp/src/main/webapp/META-INF/context.xml | 2 +- examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml | 2 +- examples/websphereWebapp/src/main/webapp/META-INF/context.xml | 2 +- .../wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6e710cdb/examples/simpleWebapp/src/main/webapp/META-INF/context.xml ---------------------------------------------------------------------- diff --git a/examples/simpleWebapp/src/main/webapp/META-INF/context.xml b/examples/simpleWebapp/src/main/webapp/META-INF/context.xml index 7fc734a..8c8b61b 100644 --- a/examples/simpleWebapp/src/main/webapp/META-INF/context.xml +++ b/examples/simpleWebapp/src/main/webapp/META-INF/context.xml @@ -1,3 +1,3 @@ <Context> - <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator" configFile="conf/fediz_config.xml" /> + <Valve className="org.apache.cxf.fediz.tomcat8.FederationAuthenticator" configFile="conf/fediz_config.xml" /> </Context> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6e710cdb/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml ---------------------------------------------------------------------- diff --git a/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml b/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml index 7fc734a..8c8b61b 100644 --- a/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml +++ b/examples/springPreauthWebapp/src/main/webapp/META-INF/context.xml @@ -1,3 +1,3 @@ <Context> - <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator" configFile="conf/fediz_config.xml" /> + <Valve className="org.apache.cxf.fediz.tomcat8.FederationAuthenticator" configFile="conf/fediz_config.xml" /> </Context> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6e710cdb/examples/websphereWebapp/src/main/webapp/META-INF/context.xml ---------------------------------------------------------------------- diff --git a/examples/websphereWebapp/src/main/webapp/META-INF/context.xml b/examples/websphereWebapp/src/main/webapp/META-INF/context.xml index 7fc734a..8c8b61b 100644 --- a/examples/websphereWebapp/src/main/webapp/META-INF/context.xml +++ b/examples/websphereWebapp/src/main/webapp/META-INF/context.xml @@ -1,3 +1,3 @@ <Context> - <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator" configFile="conf/fediz_config.xml" /> + <Valve className="org.apache.cxf.fediz.tomcat8.FederationAuthenticator" configFile="conf/fediz_config.xml" /> </Context> http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/6e710cdb/examples/wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml ---------------------------------------------------------------------- diff --git a/examples/wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml b/examples/wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml index 55689f4..fe74b3a 100644 --- a/examples/wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml +++ b/examples/wsclientWebapp/webapp/src/main/webapp/META-INF/context.xml @@ -1,3 +1,3 @@ <Context> - <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator" configFile="conf/fediz_config.xml" /> + <Valve className="org.apache.cxf.fediz.tomcat8.FederationAuthenticator" configFile="conf/fediz_config.xml" /> </Context>
