[
https://issues.apache.org/jira/browse/CAMEL-13192?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoran Regvart resolved CAMEL-13192.
-----------------------------------
Resolution: Fixed
Fix Version/s: 2.22.4
2.23.2
3.0.0
> Path resolution in rest-swagger fails to include the whole path
> ---------------------------------------------------------------
>
> Key: CAMEL-13192
> URL: https://issues.apache.org/jira/browse/CAMEL-13192
> Project: Camel
> Issue Type: Bug
> Affects Versions: 2.21.0, 2.21.1, 2.21.2, 2.21.3, 2.21.4, 2.22.0, 2.22.1,
> 2.22.2, 2.22.3, 2.23.0, 2.23.1
> Reporter: Zoran Regvart
> Assignee: Zoran Regvart
> Priority: Major
> Fix For: 3.0.0, 2.23.2, 2.22.4
>
>
> When trying to resolve paths from a given OpenAPI 2.0 document the trailing
> part of the path after the last path parameter placeholder is lost.
> For example path with:
> {code:java}
> /path/{param}/will/be/lost{code}
> Is resolved as:
> {code:java}
> /path/{param}{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)