Skip to content

Resolve "Too-eager urlencoding for find files links"

Paul Slaughter requested to merge 31662-fix-excessive-find-file-escaping into master

What does this MR do?

This MR replaces the use of encoudeURIComponent with escapeFileUrl to properly escape file paths.

Screenshots

Before After (on 2019-12-16 6a34da1c)
20191216_fix_file_finder_escape_before 20191216_fix_file_finder_escape_after

Does this MR meet the acceptance criteria?

Conformity

References:

Edited by Paul Slaughter

Merge request reports