You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by co...@apache.org on 2020/04/15 09:52:06 UTC

[ws-wss4j] branch WSS-632 updated: Using 3.8 namespace in the schema

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch WSS-632
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git


The following commit(s) were added to refs/heads/WSS-632 by this push:
     new 32d493a  Using 3.8 namespace in the schema
32d493a is described below

commit 32d493abf1c4df3764d1d6cdf85be237dda377cc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Wed Apr 15 10:51:44 2020 +0100

    Using 3.8 namespace in the schema
---
 ws-security-common/src/main/resources/wss4j-ehcache.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ws-security-common/src/main/resources/wss4j-ehcache.xml b/ws-security-common/src/main/resources/wss4j-ehcache.xml
index 03f6d22..86fc27b 100644
--- a/ws-security-common/src/main/resources/wss4j-ehcache.xml
+++ b/ws-security-common/src/main/resources/wss4j-ehcache.xml
@@ -1,7 +1,7 @@
 <config
     xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
     xmlns='http://www.ehcache.org/v3'
-    xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core.xsd">
+    xsi:schemaLocation="http://www.ehcache.org/v3 http://www.ehcache.org/schema/ehcache-core-3.8.xsd">
 
     <cache-template name="wss4jCache">
         <key-type>java.lang.String</key-type>