Author: owulff
Date: Mon Jun 3 20:46:23 2013
New Revision: 1489165
URL: http://svn.apache.org/r1489165
Log:
logging fixed
Modified:
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/MemoryIdentityCache.java
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/test/java/org/apache/cxf/sts/cache/MemoryIdentityCacheTest.java
Modified:
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/MemoryIdentityCache.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/MemoryIdentityCache.java?rev=1489165&r1=1489164&r2=1489165&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/MemoryIdentityCache.java
(original)
+++
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/main/java/org/apache/cxf/sts/cache/MemoryIdentityCache.java
Mon Jun 3 20:46:23 2013
@@ -174,7 +174,6 @@ public class MemoryIdentityCache impleme
this.add(targetPrincipal.getName(), targetRealm, identities);
this.add(sourcePrincipal.getName(), sourceRealm, identities);
}
- System.out.println("Cache content: " + this.cache.toString());
return targetPrincipal;
}
Modified:
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/test/java/org/apache/cxf/sts/cache/MemoryIdentityCacheTest.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.7.x-fixes/services/sts/sts-core/src/test/java/org/apache/cxf/sts/cache/MemoryIdentityCacheTest.java?rev=1489165&r1=1489164&r2=1489165&view=diff
==============================================================================
---
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/test/java/org/apache/cxf/sts/cache/MemoryIdentityCacheTest.java
(original)
+++
cxf/branches/2.7.x-fixes/services/sts/sts-core/src/test/java/org/apache/cxf/sts/cache/MemoryIdentityCacheTest.java
Mon Jun 3 20:46:23 2013
@@ -34,7 +34,6 @@ public class MemoryIdentityCacheTest ext
// tests TokenStore apis for storing in the cache.
@org.junit.Test
public void testOneMapping() throws Exception {
- System.out.println("***************");
IdentityMapper mapper = new CacheIdentityMapper();
MemoryIdentityCache cache = new MemoryIdentityCache(mapper);
@@ -47,7 +46,6 @@ public class MemoryIdentityCacheTest ext
@org.junit.Test
public void testTwoDistinctMappings() {
- System.out.println("***************");
IdentityMapper mapper = new CacheIdentityMapper();
MemoryIdentityCache cache = new MemoryIdentityCache(mapper);
@@ -63,7 +61,6 @@ public class MemoryIdentityCacheTest ext
@org.junit.Test
public void testTwoDistinctAndOneRelatedMapping() {
- System.out.println("***************");
IdentityMapper mapper = new CacheIdentityMapper();
MemoryIdentityCache cache = new MemoryIdentityCache(mapper);
@@ -84,7 +81,6 @@ public class MemoryIdentityCacheTest ext
@org.junit.Test
public void testTwoDistinctAndTwoRelatedMapping() {
- System.out.println("***************");
IdentityMapper mapper = new CacheIdentityMapper();
MemoryIdentityCache cache = new MemoryIdentityCache(mapper);