mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-11-25 11:29:29 +08:00
🐛 file name contains +
This commit is contained in:
@@ -34,7 +34,7 @@ func Down(ctx *fiber.Ctx) error {
|
||||
}
|
||||
|
||||
func Proxy(ctx *fiber.Ctx) error {
|
||||
rawPath, err:= url.QueryUnescape(ctx.Params("*"))
|
||||
rawPath, err:= url.PathUnescape(ctx.Params("*"))
|
||||
if err != nil {
|
||||
return ErrorResp(ctx,err,500)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user