Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove duplicate call to decodeURIComponent
Signed-off-by: Bernd Stellwag <[email protected]>

(cherry picked from commit 0f030d8)
Signed-off-by: Bernd Stellwag <[email protected]>
  • Loading branch information
burned42 committed Oct 11, 2018
commit 86b2e7d2e70607cb4b836340bcb4da7b6b328e70
2 changes: 0 additions & 2 deletions core/js/files/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,6 @@
path = path.substr(0, path.length - 1);
}

path = decodeURIComponent(path);

if (response.propStat.length === 0 || response.propStat[0].status !== 'HTTP/1.1 200 OK') {
return null;
}
Expand Down