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);
}