Skip to content

Encode form name#7515

Open
labkey-matthewb wants to merge 19 commits intodevelopfrom
fb_encodeFormName
Open

Encode form name#7515
labkey-matthewb wants to merge 19 commits intodevelopfrom
fb_encodeFormName

Conversation

@labkey-matthewb
Copy link
Contributor

@labkey-matthewb labkey-matthewb commented Mar 23, 2026

Rationale

Whereas browsers seem to have trouble property formatting multipart/form-data POSTs, we will encode form names that include these three characters: % " \

For backward compatibility we will identify encoded field names by prepending %_.

quf_name -> quf_name
quf_why"? -> %_quf_why%22%3F

Related Pull Requests

Changes

@labkey-matthewb labkey-matthewb changed the title Fb encode form name Encode form name Mar 25, 2026
@labkey-matthewb labkey-matthewb marked this pull request as ready for review March 25, 2026 16:56
@LabKey LabKey deleted a comment from github-actions bot Mar 25, 2026
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