Fix: hash mark in file name lead to 404 error (#405)
This commit is contained in:
parent
14f5982b47
commit
a7ba357cb8
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ func (handler Driver) Source(
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
||||||
fileKey, err := url.Parse(path)
|
fileKey, err := url.Parse(url.PathEscape(path))
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue