-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
fix(request-terminator): add the missing captures in the echo #10390
Conversation
the 'unnamed' entry was a regular Lua table, by adding the array_mt it can be exported as an array even if empty
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need someone else with more experience with PDK to approve.
@jschmid1 Can you have a look, please? |
Scheduling for tomorrow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
my main concern would've been testing more complex capture groups within the plugin but I see that the PDK tests cover this scenario.
Summary
request terminator 'echo' option would not return the uri-captures. And when it did, the array part was not returned as an array.