You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2013/06/07 15:14:16 UTC

svn commit: r1490629 - /cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml

Author: coheigea
Date: Fri Jun  7 13:14:16 2013
New Revision: 1490629

URL: http://svn.apache.org/r1490629
Log:
Adding a name for the security cache

Modified:
    cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml

Modified: cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml?rev=1490629&r1=1490628&r2=1490629&view=diff
==============================================================================
--- cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml (original)
+++ cxf/trunk/rt/ws/security/src/main/resources/cxf-ehcache.xml Fri Jun  7 13:14:16 2013
@@ -1,4 +1,4 @@
-<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" monitoring="autodetect" dynamicConfig="true">
+<ehcache xsi:noNamespaceSchemaLocation="ehcache.xsd" updateCheck="false" monitoring="autodetect" dynamicConfig="true" name="cxfSecurityCache">
 
     <diskStore path="java.io.tmpdir"/>