Skip to content

Fix "Find Files Links Not URL Encoded"

What does this MR do?

Fixes an issue (#62055 (closed)) where links to files with special characters in the "Find File" window were not encoded correctly so the link goes to a 404 page. It does so by applying encodeURIComponent on the "Find File" frontend. Applying a similar function on the backend doesn't seem reasonable as we still have to display the correct (i.e. not encoded) filenames.

Does this MR meet the acceptance criteria?

Conformity

Performance and testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

N/A

Closes #62055 (closed)

Merge request reports