mirror of
https://github.com/AlistGo/alist.git
synced 2025-04-24 22:34:04 +08:00
🐛 file name contains +
This commit is contained in:
parent
9ed5b6e581
commit
ac8f5d5737
@ -12,7 +12,7 @@ import (
|
||||
)
|
||||
|
||||
func Down(ctx *fiber.Ctx) error {
|
||||
rawPath, err:= url.QueryUnescape(ctx.Params("*"))
|
||||
rawPath, err:= url.PathUnescape(ctx.Params("*"))
|
||||
if err != nil {
|
||||
return ErrorResp(ctx,err,500)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user