Zoran Regvart created CAMEL-13192:
-------------------------------------
Summary: 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.23.1, 2.23.0, 2.22.3, 2.22.2, 2.22.1, 2.22.0, 2.21.4,
2.21.3, 2.21.2, 2.21.1, 2.21.0
Reporter: Zoran Regvart
Assignee: Zoran Regvart
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)