This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new ebff5a5 Regen
ebff5a5 is described below
commit ebff5a5d92c55d1b2f85d6f712bf9b75714b00dc
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Oct 24 12:48:55 2019 +0200
Regen
---
docs/components/modules/ROOT/pages/jetty-component.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/components/modules/ROOT/pages/jetty-component.adoc
b/docs/components/modules/ROOT/pages/jetty-component.adoc
index 7c95eb4..fdc5caa 100644
--- a/docs/components/modules/ROOT/pages/jetty-component.adoc
+++ b/docs/components/modules/ROOT/pages/jetty-component.adoc
@@ -135,7 +135,7 @@ with the following path and query parameters:
| *continuationTimeout* (consumer) | Allows to set a timeout in millis when
using Jetty as consumer (server). By default Jetty uses 30000. You can use a
value of = 0 to never expire. If a timeout occurs then the request will be
expired and Jetty will return back a http error 503 to the client. This option
is only in use when using Jetty with the Asynchronous Routing Engine. | 30000 |
Long
| *enableCORS* (consumer) | If the option is true, Jetty server will setup the
CrossOriginFilter which supports the CORS out of box. | false | boolean
| *enableJmx* (consumer) | If this option is true, Jetty JMX support will be
enabled for this endpoint. See Jetty JMX support for more details. | false |
boolean
-| *enableMultipartFilter* (consumer) | Whether Jetty
org.eclipse.jetty.servlets.MultiPartFilter is enabled or not. You should set
this value to false when bridging endpoints, to ensure multipart requests is
proxied/bridged as well. | false | boolean
+| *enableMultipartFilter* (consumer) | Whether
org.apache.camel.component.jetty.MultiPartFilter is enabled or not. You should
set this value to false when bridging endpoints, to ensure multipart requests
is proxied/bridged as well. | false | boolean
| *httpMethodRestrict* (consumer) | Used to only allow consuming if the
HttpMethod matches, such as GET/POST/PUT etc. Multiple methods can be specified
separated by comma. | | String
| *matchOnUriPrefix* (consumer) | Whether or not the consumer should try to
find a target consumer by matching the URI prefix if no exact match is found. |
false | boolean
| *muteException* (consumer) | If enabled and an Exchange failed processing on
the consumer side the response's body won't contain the exception's stack
trace. | false | boolean