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

{regEx:} style RegEx not working when holding "/" #25

Closed
drejc opened this issue Jun 5, 2018 · 1 comment
Closed

{regEx:} style RegEx not working when holding "/" #25

drejc opened this issue Jun 5, 2018 · 1 comment
Assignees
Labels
Projects
Milestone

Comments

@drejc
Copy link
Member

drejc commented Jun 5, 2018

Following RegEx path is not recognized:
{path:^(?!\\/api\\/).*}

Need to improve code searching for regular expressions inside { }

@drejc drejc added the bug label Jun 5, 2018
@drejc drejc added this to the 0.9 milestone Jun 5, 2018
@drejc drejc self-assigned this Jun 5, 2018
@drejc drejc modified the milestones: 0.9, 0.8.7 Oct 8, 2018
@drejc
Copy link
Member Author

drejc commented Oct 9, 2018

RegEx paths must now have following format: :parameter:regEx or {paramater:regEx}
Variable paths still have format: :parameter or {parameter}
all other paths are considered fixed paths

Will be released with 0.8.7 version

@drejc drejc closed this as completed Oct 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Rest VertX
Awaiting triage
Development

No branches or pull requests

1 participant