You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/08/02 23:57:26 UTC

svn commit: r1368721 - /axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java

Author: veithen
Date: Thu Aug  2 21:57:26 2012
New Revision: 1368721

URL: http://svn.apache.org/viewvc?rev=1368721&view=rev
Log:
Improved debug logging.

Modified:
    axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java

Modified: axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java?rev=1368721&r1=1368720&r2=1368721&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java (original)
+++ axis/axis2/java/core/trunk/modules/transport/http/src/org/apache/axis2/transport/http/server/AxisHttpService.java Thu Aug  2 21:57:26 2012
@@ -286,6 +286,7 @@ public class AxisHttpService {
             // HTTP protocol violation. Transport is unreliable
             throw ex;
         } catch (Throwable e) {
+            LOG.debug("Processing exception", e);
 
             msgContext.setProperty(MessageContext.TRANSPORT_OUT,
                                    response.getOutputStream());