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

Support wildcard in path template. #3559

Merged
merged 4 commits into from
Oct 18, 2021

Conversation

klustria
Copy link
Member

  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. This resolves issue filed in Add /* suffix support to the path template #933

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.
Copy link
Member

@tjquinno tjquinno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@klustria klustria merged commit b522492 into helidon-io:master Oct 18, 2021
dalexandrov pushed a commit to dalexandrov/helidon that referenced this pull request Oct 21, 2021
* Support wildcard in path template.

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants