Author: dkulp
Date: Fri Feb 12 21:51:34 2010
New Revision: 909620

URL: http://svn.apache.org/viewvc?rev=909620&view=rev
Log:
Merged revisions 909604 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r909604 | dkulp | 2010-02-12 16:12:30 -0500 (Fri, 12 Feb 2010) | 1 line
  
  Add another of suns debug keys
........

Modified:
    cxf/branches/2.2.x-fixes/   (props changed)
    
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java

Propchange: cxf/branches/2.2.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.2.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: 
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java
URL: 
http://svn.apache.org/viewvc/cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java?rev=909620&r1=909619&r2=909620&view=diff
==============================================================================
--- 
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java
 (original)
+++ 
cxf/branches/2.2.x-fixes/rt/core/src/main/java/org/apache/cxf/bus/CXFBusImpl.java
 Fri Feb 12 21:51:34 2010
@@ -40,6 +40,7 @@
             //treat these all the same
             b |= 
Boolean.getBoolean("com.sun.xml.ws.transport.local.LocalTransportPipe.dump");
             b |= 
Boolean.getBoolean("com.sun.xml.ws.util.pipe.StandaloneTubeAssembler.dump");
+            b |= 
Boolean.getBoolean("com.sun.xml.ws.transport.http.client.HttpTransportPipe.dump");
             b |= 
Boolean.getBoolean("com.sun.xml.ws.transport.http.HttpAdapter.dump");
         } catch (Throwable t) {
             //ignore


Reply via email to