This is an automated email from the ASF dual-hosted git repository.
buhhunyx 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 885ba1b FEDIZ-231 - Upgrade to Tomcat 9
885ba1b is described below
commit 885ba1b78032fb9a957c1dc9c6b92301c7ed1c3c
Author: amarkevich <[email protected]>
AuthorDate: Fri May 3 12:47:26 2019 +0300
FEDIZ-231 - Upgrade to Tomcat 9
---
examples/jaxrsSimpleWebapp/src/main/webapp/META-INF/context.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/jaxrsSimpleWebapp/src/main/webapp/META-INF/context.xml
b/examples/jaxrsSimpleWebapp/src/main/webapp/META-INF/context.xml
index a789b58..216d175 100644
--- a/examples/jaxrsSimpleWebapp/src/main/webapp/META-INF/context.xml
+++ b/examples/jaxrsSimpleWebapp/src/main/webapp/META-INF/context.xml
@@ -18,5 +18,5 @@
under the License.
-->
<Context>
- <Valve
className="org.apache.cxf.fediz.tomcat7.FederationAuthenticator"
configFile="conf/fediz_config.xml" />
+ <Valve className="org.apache.cxf.fediz.tomcat.FederationAuthenticator"
configFile="conf/fediz_config.xml" />
</Context>