Author: areshetnyak
Date: 2011-08-09 10:38:58 -0400 (Tue, 09 Aug 2011)
New Revision: 4725
Added:
jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/
jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656-ws.patch
jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656.patch
Log:
JCR-1656 : Patch to remove all calls Sysstem.gc() was attached. Changes for JCR is
contains in patch JCR-1656.patch. Changes for WS is contains in patch JCR-1656-ws.patch
Added: jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656-ws.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656-ws.patch
(rev 0)
+++ jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656-ws.patch 2011-08-09 14:38:58
UTC (rev 4725)
@@ -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
+
Added: jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656.patch
===================================================================
--- jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656.patch
(rev 0)
+++ jcr/branches/1.12.x/patch/1.12.10-GA/JCR-1656/JCR-1656.patch 2011-08-09 14:38:58 UTC
(rev 4725)
@@ -0,0 +1,12 @@
+Index:
exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/SessionItemPool.java
+===================================================================
+---
exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/SessionItemPool.java (revision
4711)
++++
exo.jcr.component.core/src/main/java/org/exoplatform/services/jcr/impl/dataflow/session/SessionItemPool.java (working
copy)
+@@ -47,7 +47,6 @@
+ void remove(String identifier)
+ {
+ items.remove(identifier);
+- System.gc();
+ }
+
+ void put(ItemImpl item)
Show replies by date