You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/04/10 16:47:17 UTC

svn commit: r646830 - /servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java

Author: gnodet
Date: Thu Apr 10 07:47:13 2008
New Revision: 646830

URL: http://svn.apache.org/viewvc?rev=646830&view=rev
Log:
SM-1309: SmxHttpExchange: Method intended to override HttpExchange not named correctly

Modified:
    servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java

Modified: servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java
URL: http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java?rev=646830&r1=646829&r2=646830&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java (original)
+++ servicemix/smx3/branches/servicemix-3.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java Thu Apr 10 07:47:13 2008
@@ -93,7 +93,7 @@
     }
 
     /* ------------------------------------------------------------ */
-    protected void onResponsetHeader(Buffer name, Buffer value) throws IOException {
+    protected void onResponseHeader(Buffer name, Buffer value) throws IOException {
         if (responseFields != null) {
             responseFields.add(name, value);
         }