Claus Ibsen created CAMEL-20481:
-----------------------------------
Summary: camel-core - Rest DSL should resolve placeholder for
context-path and others
Key: CAMEL-20481
URL: https://issues.apache.org/jira/browse/CAMEL-20481
Project: Camel
Issue Type: Bug
Components: camel-core
Affects Versions: 4.4.0, 4.0.4
Reporter: Claus Ibsen
Assignee: Claus Ibsen
Fix For: 4.4.1, 4.5.0, 4.0.5
You can end up with starting a Camel app with
{code}
2024-02-28 13:42:46.558 INFO 29979 --- [ main]
t.platform.http.main.MainHttpServer : HTTP endpoints summary
2024-02-28 13:42:46.559 INFO 29979 --- [ main]
t.platform.http.main.MainHttpServer : http://0.0.0.0:8080/${app.mypath}
(POST) (accept:application/json produce:appli
{code}
Where the context-path is not resolved:
app.mypath = helloapp
Its some code in RestDefinition that among others need to resolve placeholders
--
This message was sent by Atlassian Jira
(v8.20.10#820010)