Author: coheigea
Date: Fri Jun  7 13:20:22 2013
New Revision: 1490631

URL: http://svn.apache.org/r1490631
Log:
Merged revisions 1490629 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1490629 | coheigea | 2013-06-07 14:14:16 +0100 (Fri, 07 Jun 2013) | 2 lines

  Adding a name for the security cache

........

Modified:
    cxf/branches/2.7.x-fixes/rt/ws/security/src/main/resources/cxf-ehcache.xml

Modified: 
cxf/branches/2.7.x-fixes/rt/ws/security/src/main/resources/cxf-ehcache.xml
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/rt/ws/security/src/main/resources/cxf-ehcache.xml?rev=1490631&r1=1490630&r2=1490631&view=diff
==============================================================================
--- cxf/branches/2.7.x-fixes/rt/ws/security/src/main/resources/cxf-ehcache.xml 
(original)
+++ cxf/branches/2.7.x-fixes/rt/ws/security/src/main/resources/cxf-ehcache.xml 
Fri Jun  7 13:20:22 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"/>
 


Reply via email to