You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2007/10/23 19:36:23 UTC

svn commit: r587565 - in /incubator/cxf/branches/2.0.x-fixes: ./ systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml

Author: dkulp
Date: Tue Oct 23 10:36:22 2007
New Revision: 587565

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

........
  r587533 | bimargulies | 2007-10-23 11:05:17 -0400 (Tue, 23 Oct 2007) | 3 lines
  
  Turn off the jetty log. It was in there on the theory that it provoked
  a CXF problem, but it turned out to merely demonstrate a jetty bug.
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml

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

Modified: incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml?rev=587565&r1=587564&r2=587565&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/systests/src/test/java/org/apache/cxf/systest/http_jetty/jetty-engine.xml Tue Oct 23 10:36:22 2007
@@ -42,13 +42,6 @@
   </httpj:engine>
   <httpj:engine port="8808">
    <httpj:handlers>
-       <bean class="org.mortbay.jetty.handler.RequestLogHandler">
-      <property name="requestLog">
-        <bean class="org.mortbay.jetty.NCSARequestLog">
-         <property name="filename" value="jetty.log"/>
-        </bean>
-      </property>
-    </bean>
     <bean class="org.mortbay.jetty.webapp.WebAppContext">
       <constructor-arg value="."/>
       <constructor-arg value="/jsunit"/>