Repository: camel Updated Branches: refs/heads/master f0f0b9f33 -> fc38b2e67
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e7fe9dc1 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e7fe9dc1 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e7fe9dc1 Branch: refs/heads/master Commit: e7fe9dc1ba93684b4eac6238e5b4095c53b7715e Parents: f0f0b9f Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Jun 18 13:32:20 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Jun 18 13:32:20 2015 +0200 ---------------------------------------------------------------------- .../main/java/org/apache/camel/component/http/HttpEndpoint.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e7fe9dc1/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java ---------------------------------------------------------------------- diff --git a/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java b/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java index 33c0e56..bbaf54a 100644 --- a/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java +++ b/components/camel-http/src/main/java/org/apache/camel/component/http/HttpEndpoint.java @@ -95,7 +95,8 @@ public class HttpEndpoint extends DefaultEndpoint implements HeaderFilterStrateg private int proxyPort; @UriParam(label = "producer", enums = "Basic,Digest,NTLM", description = "Authentication method for proxy, either as Basic, Digest or NTLM.") private String authMethodPriority; - @UriParam + @UriParam(description = "Option to disable throwing the HttpOperationFailedException in case of failed responses from the remote server." + + " This allows you to get all responses regardless of the HTTP status code.") private boolean transferException; @UriParam(label = "consumer", description = "Specifies whether to enable HTTP TRACE for this Jetty consumer. By default TRACE is turned off.")