Hotfix
This commit is contained in:
@@ -18,5 +18,6 @@ func customPathEscape(input string) string {
|
||||
escapedPath = strings.Replace(escapedPath, ">", "%3E", -1) // for >
|
||||
escapedPath = strings.Replace(escapedPath, "\"", "%22", -1) // for "
|
||||
escapedPath = strings.Replace(escapedPath, "'", "%27", -1) // for '
|
||||
escapedPath = strings.Replace(escapedPath, ":", "%3A", -1) // for :
|
||||
return escapedPath
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user