-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update handling of query params in njs
Updating NGINX to 1.23.1 image brought changes with njs-0.7.6, which now supports examining all values of a query param. The commit updates njs code for matching query params so that in the case of multiple values of a query param, the first value is used. This is consistent with the previous behavior and the Gateway API spec. Additionally, the unit tests for 'paramsMatch' were fixed and updated to cover multiple param values and different case of a param name.
- Loading branch information
Showing
2 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters