You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2024/02/28 14:06:00 UTC

[jira] [Updated] (CAMEL-20481) camel-core - Rest DSL should resolve placeholder for context-path and others

     [ https://issues.apache.org/jira/browse/CAMEL-20481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-20481:
--------------------------------
    Fix Version/s:     (was: 4.4.1)
                       (was: 4.0.5)

> 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.0.4, 4.4.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 4.5.0
>
>
> 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)