Remove duplicate call to decodeURIComponent
Signed-off-by: Bernd Stellwag <burned@zerties.org>
(cherry picked from commit 0f030d885b
)
Signed-off-by: Bernd Stellwag <burned@zerties.org>
This commit is contained in:
parent
feb8a795ea
commit
86b2e7d2e7
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue