Hi
Okay I noticed a potential bug
https://issues.apache.org/jira/browse/CAMEL-21684
On Wed, Jan 29, 2025 at 8:13 PM Claus Ibsen wrote:
> Hi
>
> I suggest to run local in plain Camel Spring Boot, and then call the
> api-doc with those X headers.
> Make sure you have X-Forwarded-Proto
> And then
Hi
I suggest to run local in plain Camel Spring Boot, and then call the
api-doc with those X headers.
Make sure you have X-Forwarded-Proto
And then try to debug the source code and see what happens. The
RestOpenApiProcessor
in the process method.
And report back here.
On Fri, Jan 17, 2025 at 11:3
On Mon, Jan 20, 2025 at 1:14 PM Knut-Håvard Aksnes
wrote:
> A related topic is that the component documentation for Openapi Java hasn't
> been updated regarding default behavior of useXForwardHeaders
>
>
https://camel.apache.org/community/contributing/
> man. 20. jan. 2025, 12:55 skrev Knut-Håv
A related topic is that the component documentation for Openapi Java hasn't
been updated regarding default behavior of useXForwardHeaders
man. 20. jan. 2025, 12:55 skrev Knut-Håvard Aksnes :
> We did read the migration guide from 4.4 to 4.5 based on this we added
> .useXForwardHeaders(true) but o
We did read the migration guide from 4.4 to 4.5 based on this we added
.useXForwardHeaders(true) but our generated api-doc still don't honor the
headers, that's why I consider this a bug.
søn. 19. jan. 2025, 14:47 skrev Claus Ibsen :
> Hi
>
> See the upgrade guides such as
> https://camel.apache.
Hi
See the upgrade guides such as
https://camel.apache.org/manual/camel-4x-upgrade-guide-4_5.html
On Fri, Jan 17, 2025 at 11:54 AM Knut-Håvard Aksnes
wrote:
> We are using Spring Boot with servlet component running on Tomcat to
> implement these services
>
> fre. 17. jan. 2025, 11:35 skrev Knut
We are using Spring Boot with servlet component running on Tomcat to
implement these services
fre. 17. jan. 2025, 11:35 skrev Knut-Håvard Aksnes :
> After migrating some code from Camel 4.4 to 4.8 we discovered the change
> in default behavior we added .useXForwardHeaders(true) to our rest
> con