[exo-jcr-commits] exo-jcr SVN: r4730 - in ws/branches/2.1.x/patch/2.1.10-GA: WS-269 and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Aug 10 04:01:56 EDT 2011


Author: areshetnyak
Date: 2011-08-10 04:01:55 -0400 (Wed, 10 Aug 2011)
New Revision: 4730

Added:
   ws/branches/2.1.x/patch/2.1.10-GA/WS-269/
   ws/branches/2.1.x/patch/2.1.10-GA/WS-269/JCR-1656-ws.patch
Log:
WS-269 : Patch for remove all explicit calls System.gc() was committed.

Added: ws/branches/2.1.x/patch/2.1.10-GA/WS-269/JCR-1656-ws.patch
===================================================================
--- ws/branches/2.1.x/patch/2.1.10-GA/WS-269/JCR-1656-ws.patch	                        (rev 0)
+++ ws/branches/2.1.x/patch/2.1.10-GA/WS-269/JCR-1656-ws.patch	2011-08-10 08:01:55 UTC (rev 4730)
@@ -0,0 +1,12 @@
+Index: exo.ws.commons/src/main/java/org/exoplatform/common/http/client/DefaultAuthHandler.java
+===================================================================
+--- exo.ws.commons/src/main/java/org/exoplatform/common/http/client/DefaultAuthHandler.java	(revision 4722)
++++ exo.ws.commons/src/main/java/org/exoplatform/common/http/client/DefaultAuthHandler.java	(working copy)
+@@ -192,7 +192,6 @@
+       // try to get rid of any unencoded passwords in memory
+ 
+       answer = null;
+-      System.gc();
+ 
+       // Done
+ 



More information about the exo-jcr-commits mailing list