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 2f59e303a09 Regen
2f59e303a09 is described below
commit 2f59e303a09e067c47ec18ae22b84e6e5a215827
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Sep 28 16:13:20 2023 +0200
Regen
---
components/camel-rest/src/main/docs/rest-component.adoc | 4 ----
1 file changed, 4 deletions(-)
diff --git a/components/camel-rest/src/main/docs/rest-component.adoc
b/components/camel-rest/src/main/docs/rest-component.adoc
index 70da146fd7c..8abbc7aef45 100644
--- a/components/camel-rest/src/main/docs/rest-component.adoc
+++ b/components/camel-rest/src/main/docs/rest-component.adoc
@@ -33,10 +33,6 @@ rest://method:path[:uriTemplate]?[options]
// component options: START
include::partial$component-configure-options.adoc[]
-[NOTE]
-====
-If you want to configure custom headerFilterStrategy, its recommended to
extend the rest
based(org.apache.camel.http.common.HttpRestHeaderFilterStrategy) and ensure to
call its super methods
-====
include::partial$component-endpoint-options.adoc[]
// component options: END