[exo-jcr-commits] exo-jcr SVN: r5534 - ws/branches/2.3.x/exo.ws.commons/src/main/java/org/exoplatform/common/http/client.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 27 03:58:12 EST 2012


Author: andrew.plotnikov
Date: 2012-01-27 03:58:12 -0500 (Fri, 27 Jan 2012)
New Revision: 5534

Modified:
   ws/branches/2.3.x/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java
Log:
EXOJCR-1725: Fixed the Blocker/Critical violations and the easiest Major ones raised by eXo Quality Level 1.2

Modified: ws/branches/2.3.x/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java
===================================================================
--- ws/branches/2.3.x/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java	2012-01-27 08:57:50 UTC (rev 5533)
+++ ws/branches/2.3.x/exo.ws.commons/src/main/java/org/exoplatform/common/http/client/HTTPConnection.java	2012-01-27 08:58:12 UTC (rev 5534)
@@ -3086,6 +3086,10 @@
             }
             catch (IOException ioe)
             {
+               if (LOG.isTraceEnabled())
+               {
+                  LOG.trace("An exception occurred: " + ioe.getMessage());
+               }
             }
             early_stall = null;
          }



More information about the exo-jcr-commits mailing list