Repository: camel
Updated Branches:
  refs/heads/master 693aa8a79 -> cf6a7414b


CAMEL-11111: updated doc


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d5a3ac61
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d5a3ac61
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d5a3ac61

Branch: refs/heads/master
Commit: d5a3ac617b7a6644b49756cb2a9b0f2c43f2c31c
Parents: d490978
Author: Scott Cranton <sc...@cranton.com>
Authored: Sat Apr 8 18:46:17 2017 -0400
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Sun Apr 9 10:03:28 2017 +0200

----------------------------------------------------------------------
 components/camel-undertow/src/main/docs/undertow-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/d5a3ac61/components/camel-undertow/src/main/docs/undertow-component.adoc
----------------------------------------------------------------------
diff --git a/components/camel-undertow/src/main/docs/undertow-component.adoc 
b/components/camel-undertow/src/main/docs/undertow-component.adoc
index 68fdea4..0ce11fc 100644
--- a/components/camel-undertow/src/main/docs/undertow-component.adoc
+++ b/components/camel-undertow/src/main/docs/undertow-component.adoc
@@ -89,7 +89,7 @@ with the following path and query parameters:
 | **options** (producer) | Sets additional channel options. The options that 
can be used are defined in org.xnio.Options. To configure from endpoint uri 
then prefix each option with option. such as 
option.close-abort=true&option.send-buffer=8192 |  | Map
 | **reuseAddresses** (producer) | Setting to facilitate socket multiplexing | 
true | Boolean
 | **tcpNoDelay** (producer) | Setting to improve TCP protocol performance | 
true | Boolean
-| **throwExceptionOnFailure** (producer) | If the option is true HttpProducer 
will ignore the Exchange.HTTP_URI header and use the endpoint's URI for 
request. You may also set the option throwExceptionOnFailure to be false to let 
the producer send all the fault response back. | true | Boolean
+| **throwExceptionOnFailure** (producer) | 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. | true | Boolean
 | **transferException** (producer) | 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. | false | Boolean
 | **headerFilterStrategy** (advanced) | To use a custom HeaderFilterStrategy 
to filter header to and from Camel message. |  | HeaderFilterStrategy
 | **synchronous** (advanced) | Sets whether synchronous processing should be 
strictly used or Camel is allowed to use asynchronous processing (if 
supported). | false | boolean

Reply via email to