Closed VilleSalonen closed 9 years ago
If a directory listing was requested for a directory with spaces in its name, already escaped url was combined with the file names.
Expected: subdir_with%20spaces\file_with%20space.html Got: subdir_with%2520spaces\file_with%20space.html
I'm concerned about the replace being missing. Otherwise, I'll try to give this some TLC later in the week.
If a directory listing was requested for a directory with spaces in its name, already escaped url was combined with the file names.