Skip to content

Do not escape claims twice#17

Merged
NobodysNightmare merged 1 commit intodevfrom
double-escaped-claims
Nov 19, 2025
Merged

Do not escape claims twice#17
NobodysNightmare merged 1 commit intodevfrom
double-escaped-claims

Conversation

@NobodysNightmare
Copy link

@NobodysNightmare NobodysNightmare commented Nov 18, 2025

Escaping of authorize_options happens by the main gem already, so we don't have to do that manually beforehand. The previous implementation led to double escaping, e.g. %22 became %2522.

This error was also reflected in all test expectations.

Ticket

https://community.openproject.org/wp/69079

Escaping of authorize_options happens by the
main gem already, so we don't have to do that manually
beforehand. The previous implementation led to double
escaping, e.g. %22 became %2522.

This error was also reflected in all test expectations.
@NobodysNightmare NobodysNightmare requested a review from a team November 18, 2025 08:45
@NobodysNightmare NobodysNightmare merged commit f0c1ecd into dev Nov 19, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants