Skip to content

[6.x] Hash URL in static caching lock key#14716

Merged
jasonvarga merged 1 commit into
6.xfrom
static-caching-lock
May 26, 2026
Merged

[6.x] Hash URL in static caching lock key#14716
jasonvarga merged 1 commit into
6.xfrom
static-caching-lock

Conversation

@duncanmcclean
Copy link
Copy Markdown
Member

This pull request hashes the URL in the static caching lock key to avoid hitting column length limits when using the database cache driver.

Fixes #14684

@jasonvarga jasonvarga merged commit 49e4fab into 6.x May 26, 2026
18 checks passed
@jasonvarga jasonvarga deleted the static-caching-lock branch May 26, 2026 14:53
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.

Static cache lock key exceeds VARCHAR(255) limit with long URLs, causing infinite 503 refresh loop when using database cache driver

2 participants