This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new e8a0f13  Update servlet-component.adoc
e8a0f13 is described below

commit e8a0f139c3cffd891dbd61e0f606c9e9ce06560c
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon May 17 14:03:54 2021 +0200

    Update servlet-component.adoc
---
 components/camel-servlet/src/main/docs/servlet-component.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-servlet/src/main/docs/servlet-component.adoc 
b/components/camel-servlet/src/main/docs/servlet-component.adoc
index d76a920..272fd91 100644
--- a/components/camel-servlet/src/main/docs/servlet-component.adoc
+++ b/components/camel-servlet/src/main/docs/servlet-component.adoc
@@ -488,9 +488,9 @@ The automatic mapping of the Camel servlet can also be 
disabled.
 [width="100%",cols="3,1m,6",options="header"]
 |=======================================================================
 | Spring-Boot Property | Default | Description
-| camel.component.servlet.mapping.enabled | true | Enables the automatic 
mapping of the servlet component into the Spring web context
-| camel.component.servlet.mapping.context-path | /camel/* | Context path used 
by the servlet component for automatic mapping
-| camel.component.servlet.mapping.servlet-name | CamelServlet | The name of 
the Camel servlet
+| camel.servlet.mapping.enabled | true | Enables the automatic mapping of the 
servlet component into the Spring web context
+| camel.servlet.mapping.context-path | /camel/* | Context path used by the 
servlet component for automatic mapping
+| camel.servlet.mapping.servlet-name | CamelServlet | The name of the Camel 
servlet
 |=======================================================================
 
 

Reply via email to