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

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

Author: ffang
Date: Thu Apr 10 19:21:06 2008
New Revision: 647031

URL: http://svn.apache.org/viewvc?rev=647031&view=rev
Log:
sync up changes to 3.2.2 release branch

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

Modified: servicemix/smx3/branches/servicemix-3.2.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.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java?rev=647031&r1=647030&r2=647031&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java (original)
+++ servicemix/smx3/branches/servicemix-3.2.2/deployables/bindingcomponents/servicemix-http/src/main/java/org/apache/servicemix/http/jetty/SmxHttpExchange.java Thu Apr 10 19:21:06 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);
         }