Skip to content

[OGUI-1482] Wrong encoding of url special characters - #3570

Merged
isaachilly merged 2 commits into
devfrom
bug/ILG/OGUI-1482/Wrong-encoding-of-URL
Aug 5, 2026
Merged

[OGUI-1482] Wrong encoding of url special characters#3570
isaachilly merged 2 commits into
devfrom
bug/ILG/OGUI-1482/Wrong-encoding-of-URL

Conversation

@isaachilly

@isaachilly isaachilly commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

Adds more extensive encoding to the filter content when adding to the URL.
Decoding is still handled by the QueryRouter URLSearchParams.

I have JIRA issue created

  • branch and/or PR name(s) includes JIRA ID
  • issue has "Fix version" assigned
  • issue "Status" is set to "In review"
  • PR labels are selected
  • FLP integration tests were ran successful

…as plusses

`+` does not get encoded by the minimal `encodeURI` method. The `encodeURIComponent` method is more suitable for encoding individual query parameters.
@isaachilly isaachilly self-assigned this Aug 5, 2026
@isaachilly
isaachilly marked this pull request as ready for review August 5, 2026 15:48
@isaachilly
isaachilly requested a review from graduta as a code owner August 5, 2026 15:48
@isaachilly
isaachilly merged commit a63f003 into dev Aug 5, 2026
9 checks passed
@isaachilly
isaachilly deleted the bug/ILG/OGUI-1482/Wrong-encoding-of-URL branch August 5, 2026 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

2 participants