jamesnetherton commented on issue #2685: URL: https://github.com/apache/camel-quarkus/issues/2685#issuecomment-851902057
The REST HTTP consumer is backed by Vert.x. The [documentation](https://vertx.io/docs/vertx-web/java/#_capturing_path_parameters) states the following: > The placeholders consist of : followed by the parameter name. Parameter names consist of any alphabetic character, numeric character or underscore. In certain cases this is a bit limited, so users may switch to an extended name rule which includes 2 extra characters - and $. The extended param rule is enabled as a system property `-Dio.vertx.web.route.param.extended-pattern=true` I tested with the system property and the endpoint works properly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
