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

fix(core): prefix path must be normalized #9760

Merged
merged 2 commits into from
Nov 17, 2022
Merged

Conversation

StarlightIbuki
Copy link
Contributor

Example:

{
	"paths": ["/%c3%A4"]
}
{
	"fields": {
		"paths": [
			"not normalized path. Suggest: '/ä'"
		]
	},
	"code": 2,
	"name": "schema violation",
	"message": "schema violation (paths.1: not normalized path. Suggest: '/ä')"
}

fix FT-3359

kong/db/schema/typedefs.lua Outdated Show resolved Hide resolved
Co-authored-by: Datong Sun <[email protected]>
@dndx dndx merged commit 206f1c7 into master Nov 17, 2022
@dndx dndx deleted the fix/route_path_schema branch November 17, 2022 02:56
oowl pushed a commit that referenced this pull request Aug 15, 2024
…607b5753 (#13396) (#9760)

* chore(deps): bump ngx_wasm_module to 9c95991472ec80cdb1681af203eba091607b5753

Changes since ae7b61150de7c14eb901307daed403b67f29e962:

* 9c95991 - chore(release) force actions/checkout to use node16
* 5753fd7 - chore(release) fix CentOS 7 build image
* 507e3b4 - fix(*) resolve a potential memleak in Lua bridge resolver
* cce2457 - chore(deps) cargo update
* f372a1e - fix(proxy-wasm) only inject shim headers after on_response_headers
* c967409 - misc(*) various minor fixes
* 3072221 - tests(metrics) skip SIGHUP metric suites on non-debug builds
* 753dbc3 - chore(ci) add macOS jobs to Large CI
* 4ffe03d - fix(wrt/wasmtime) use posix signals on macOS instead of Mach ports
* b28ddaa - chore(deps) bump Wasmtime to 22.0.0
* 2315eef - chore(deps) bump zlib to 1.3.1
* 4a7dfea - chore(deps) bump LuaRocks to 3.11.1
* 31c45dd - chore(changelog) prerelease-0.4.0
* 119787b - chore(util) new 'changelog' script and Makefile target
* ef0405f - misc(*) fix log format specifier of 'ssize_t' arguments
* 7510763 - feat(proxy-wasm) implement initial metrics facilities
* a82a51a - refactor(shm/kv) allow retrieving items by key hash
* 9661591 - chore(morestyle) adapt spacing rule to multi-line wrapped expressions

* chore(deps): bump Wasmtime to 22.0.0

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: team-gateway-bot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants