You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/12/19 01:41:33 UTC

[GitHub] [servicecomb-java-chassis] minshiwu opened a new issue, #3531: serviceComb support wildcard path parameters?

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: commits-unsubscribe@servicecomb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] liubao68 commented on issue #3531: serviceComb support wildcard path parameters?

Posted by GitBox <gi...@apache.org>.
liubao68 commented on issue #3531:
URL: https://github.com/apache/servicecomb-java-chassis/issues/3531#issuecomment-1364479812

   可以看看 https://github.com/apache/servicecomb-java-chassis/issues/2329 


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [servicecomb-java-chassis] minshiwu closed issue #3531: serviceComb support wildcard path parameters?

Posted by GitBox <gi...@apache.org>.
minshiwu closed issue #3531: serviceComb support wildcard path parameters?
URL: https://github.com/apache/servicecomb-java-chassis/issues/3531


-- 
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: commits-unsubscribe@servicecomb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org