Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update class attribute (make it absolute) in wildcard bean

...

No Format
 <bean name="<port name>.http-destination" abstract="true">
   <property name="multiplexWithAddress" value="true"/>
 </bean>

 <!-- or for all http ports (using a wildcard, since rev-534945) -->
 <bean name="*" abstract="true" class="org.apache.cxf.transport.http_jetty.JettyHTTPDestination">
   <property name="multiplexWithAddress" value="true"/>
 </bean>

...