Closed
Description
**Is your feature request related to a problem? **
I have an assets server and I use /file/*
to take the rest as file location example /file/folder/image.png
. following RFC 6570 I should be able to do it with /file{/path*}
but it seems to be invalid here
Describe the solution you'd like
Add support to Path segment templates, if there's a way to do it currently please let me know