SmxHttpExchange: Method intended to override HttpExchange not named correctly
-----------------------------------------------------------------------------
Key: SM-1309
URL: https://issues.apache.org/activemq/browse/SM-1309
Project: ServiceMix
Issue Type: Bug
Components: servicemix-http
Reporter: Tom Purcell
SmxHttpExchange overrides some of the onResponse... methods of
org.mortbay.jetty.client.HttpExchange. One is not named correctly:
In HttpExchange the method is:
onResponseHeader(Buffer name, Buffer value)
But in SmxHttpExchange the method is:
onResponsetHeader(Buffer name, Buffer value)
Note the "t" in onResponsetHeader. As a result the empty HttpExchnage
implementation gets called and we do not get the header.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.