Skip to content

fix: change cookie value encoding from urlencode to rawurlencode#1208

Merged
vrana merged 1 commit into
vrana:masterfrom
shunf4:patch-1
Feb 7, 2026
Merged

fix: change cookie value encoding from urlencode to rawurlencode#1208
vrana merged 1 commit into
vrana:masterfrom
shunf4:patch-1

Conversation

@shunf4
Copy link
Copy Markdown
Contributor

@shunf4 shunf4 commented Nov 6, 2025

urlencode encodes space into +, which breaks adminer_permanent, which is space-separated.

In current version if multiple connections are made permanent, they are not correctly handled when a new session is created.

`urlencode` encodes space into `+`, which breaks `adminer_permanent`, which is space-separated.
peterpp added a commit to adminneo-org/adminneo that referenced this pull request Nov 6, 2025
urlencode() encodes space into +, which breaks adminneo_permanent cookie that is space-separated.

Thanks to @shunf4 (vrana/adminer#1208)
@vrana vrana merged commit a51be9a into vrana:master Feb 7, 2026
1 check failed
@vrana
Copy link
Copy Markdown
Owner

vrana commented Feb 7, 2026

Thanks. I don't see what's wrong with urlencode but I've triggered some hard-to-reproduce problems with permanent login in the past so I'm going to trust you.

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.

2 participants