minshiwu opened a new issue, #3531:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3531

   I have an API which allows any arbitrary path to be passed in, for example 
all of these:
   /api/tags
   /api/tags/foo
   /api/tags/foo/bar/baz
   
   are valid paths.  I exepect to define url like:
   /api/tags/*
   /api/tags/{path}:    
   
   sometimes it’s useful to have a path parameter which takes the full 
remainder of the HTTP path including slashes;
   
   I found some other[ restful 
framework](https://connexion.readthedocs.io/en/latest/cookbook.html#wildcard-path-parameters)
 support. serviceComb whether support or not ?
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to