[ 
https://issues.apache.org/jira/browse/CAMEL-22282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18011098#comment-18011098
 ] 

Marco Carletti edited comment on CAMEL-22282 at 7/31/25 6:46 AM:
-----------------------------------------------------------------

I'm expecting that in 4.10.x it was necessary to remove the header in the route 
since there is this commit 
[https://github.com/apache/camel/pull/18759|https://github.com/apache/camel/pull/18759,]
 am I wrong?


was (Author: JIRAUSER284142):
I'm expecting that in 4.10.x it was necessary to remove the header in the route 
since there is this commit [https://github.com/apache/camel/pull/18759,] am I 
wrong?

> platform-http using spring boot won't create the producer URL correctly in 
> case of bridged url
> ----------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-22282
>                 URL: https://issues.apache.org/jira/browse/CAMEL-22282
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 4.8.8, 4.10.6, 4.13.0
>            Reporter: Marco Carletti
>            Assignee: Marco Carletti
>            Priority: Major
>             Fix For: 4.10.7, 4.14.0
>
>         Attachments: csb-app.zip
>
>
> In the scenario where service1 -> calls -> service2, the http producer will 
> fail, it appends the first path to the bridged one.
> So if you call the service1 at the endpoint [http://localhost:8080/start] and 
> the route is configured to call the service2 at [http://localhost:8081/chain] 
> using
> {code:java}
> .toD("${header.backendServiceEndpoint}/chain?bridgeEndpoint=true")
> {code}
> the result will be [http://localhost:8081/chain/start] instead of the 
> expected [http://localhost:8081/chain]
> Attached the reproducer [^csb-app.zip]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to