Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /* suffix support to the path template #933

Closed
romain-grecourt opened this issue Aug 20, 2019 · 3 comments
Closed

Add /* suffix support to the path template #933

romain-grecourt opened this issue Aug 20, 2019 · 3 comments
Assignees
Labels

Comments

@romain-grecourt
Copy link
Contributor

romain-grecourt commented Aug 20, 2019

Initially filed by Martin.
Add a short-hand to a wildcard suffix for path template.

@m0mus m0mus added enhancement New feature or request SE labels Aug 22, 2019
@tomas-langer
Copy link
Member

Currently we need to do /path[/{*}] to protect /path and any path under it, such as /path/subpath.
It would be nice to have a shortcut /path/* that would do the same

@klustria
Copy link
Member

Currently looking into this

@klustria
Copy link
Member

Issue is fixed via #3559

Support wildcard in path template. (#3559)

  1. Allow wildcard to be used in path template such as /* or /foo*
  2. Enabled PathPatternTest unit test that has not been used for a long and added test scenarios relevant to this change.
  3. Update copyright details and documentation for wildcard support in path template.
  4. Perform wildcard matching even if it is an optionalSequence

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

4 participants