[
https://issues.apache.org/activemq/browse/CAMEL-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47560#action_47560
]
Claus Ibsen commented on CAMEL-1083:
------------------------------------
CAMEL-1107, CAMEL-1083, CAMEL-1095, CAMEL-1093: Major improvements to
camel-jetty and camel-http.
camel-jetty: Now properly returns fault and exception
camel-http: repsonse body is avaiable on HttpOperationFailedException
camel-jetty: introduce HttpBinding as interface and to be referenced in
Registry for end users to customize how response should be written
camel-jetty: now returns content-type and content-length if possible to
calculate
both: minor URI parsing so internal Camel options is not exposed
Adding
components\camel-http\src\main\java\org\apache\camel\component\http\DefaultHttpBinding.java
Replacing
components\camel-http\src\main\java\org\apache\camel\component\http\HttpBinding.java
Sending
components\camel-http\src\main\java\org\apache\camel\component\http\HttpComponent.java
Sending
components\camel-http\src\main\java\org\apache\camel\component\http\HttpEndpoint.java
Sending
components\camel-http\src\main\java\org\apache\camel\component\http\HttpMessage.java
Sending
components\camel-http\src\main\java\org\apache\camel\component\http\HttpOperationFailedException.java
Sending
components\camel-http\src\main\java\org\apache\camel\component\http\HttpProducer.java
Sending
components\camel-jetty\src\main\java\org\apache\camel\component\jetty\JettyHttpComponent.java
Adding components\camel-jetty\src\test\data
Adding (bin) components\camel-jetty\src\test\data\logo.jpeg
Adding
components\camel-jetty\src\test\java\org\apache\camel\component\jetty\JettyContentTypeTest.java
Adding
components\camel-jetty\src\test\java\org\apache\camel\component\jetty\JettyHttpBindingRefTest.java
Adding
components\camel-jetty\src\test\java\org\apache\camel\component\jetty\JettyHttpClientOptionsTest.java
Adding
components\camel-jetty\src\test\java\org\apache\camel\component\jetty\JettyImageFileTest.java
Adding
components\camel-jetty\src\test\java\org\apache\camel\component\jetty\JettyResponseBodyWhenErrorTest.java
Transmitting file data ..............
Committed revision 719662.
> camel-http - should store content of response for http errors
> -------------------------------------------------------------
>
> Key: CAMEL-1083
> URL: https://issues.apache.org/activemq/browse/CAMEL-1083
> Project: Apache Camel
> Issue Type: Improvement
> Components: camel-http
> Affects Versions: 1.5.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Fix For: 1.5.1, 2.0.0
>
> Attachments: camel_1083.patch
>
>
> Currently we do not store the content if there was a eg HTTP error 500
> returned. But throw a HttpOperationFailedException.
> We should store the content also so end-users have access to this one as
> well. Maybe add some strategy methods on the HttpProducer so end users can
> override this class and create their own implementation.
> See nabble:
> http://www.nabble.com/HttpProducer%3A-how-to-access-the-body-of-an-error-page-i-td20475651s22882.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.