Skip to content

fix: Updated path param char limit from 32 to 128.#299

Merged
shivaygupta-dotcom merged 1 commit into
mainfrom
fix/increase-path-param-limit
Jun 12, 2026
Merged

fix: Updated path param char limit from 32 to 128.#299
shivaygupta-dotcom merged 1 commit into
mainfrom
fix/increase-path-param-limit

Conversation

@shivaygupta-dotcom

Copy link
Copy Markdown
Contributor

FTI: https://konghq.atlassian.net/browse/FTI-7580

Summary:
We encountered an issue where path parameters longer than 32 characters failed to parse. This limitation existed because, prior to Kong Gateway 3.8, regex parsing used PCRE2, which imposed a hardcoded 32-character limit on named capture groups.

Since Kong Gateway has upgraded to PCRE2 version 10.44, and now supports up to 128 characters, and because our minimum supported version will soon be 3.10, we have updated the validation limit from 32 characters to 128 characters.

more details: https://kongstrong.slack.com/archives/C04349E4KRC/p1779388617009859

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.07%. Comparing base (04e8549) to head (2ddc1bd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #299   +/-   ##
=======================================
  Coverage   65.07%   65.07%           
=======================================
  Files          25       25           
  Lines        3204     3204           
=======================================
  Hits         2085     2085           
  Misses        905      905           
  Partials      214      214           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@shivaygupta-dotcom shivaygupta-dotcom marked this pull request as ready for review June 10, 2026 08:32
@shivaygupta-dotcom shivaygupta-dotcom merged commit 3aa139e into main Jun 12, 2026
6 checks passed
@shivaygupta-dotcom shivaygupta-dotcom deleted the fix/increase-path-param-limit branch June 12, 2026 06:16
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