[ 
https://issues.apache.org/jira/browse/CAMEL-8306?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17769037#comment-17769037
 ] 

Claus Ibsen commented on CAMEL-8306:
------------------------------------

Yeah uri template can match a single element, eg /api/user/{name} which in most 
use-cases is what you need.

However some http libraries like vertx-web can route from wildcard (see link 
and search for wildcard)
https://vertx.io/docs/vertx-web/java/

> rest-dsl - Add support for wildcards to match on prefix
> -------------------------------------------------------
>
>                 Key: CAMEL-8306
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8306
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, rest
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 4.x
>
>
> See SO
> http://stackoverflow.com/questions/28264748/regex-on-camel-rest-component
> eg if we add support for using * as a wildcard then people can do rest paths 
> with * as suffix, to indicate that it should match by wildcard
> eg
>  rest("/api/user/*") 
> To match
> - /api/user
> - /api/user/foo
> -/api/user/foo/bar
> As * requires support from the underlying component, but most of them support 
> that too, eg servlet / jetty / netty-http etc so likely we should be able to 
> do this



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to