Skip to content

Conversation

@LY1806620741
Copy link

fix #3657

  1. fresh-build:
    a. prepareStaticFile() 函数 转化test %20encodeUritest%20%20encodeUri,而非 test%20%2520encodeUri 的问题.
    prepareStaticFile() function converts test %20encodeUri to test%20%20encodeUri, instead of test%20%2520encodeUri
    b. staticFiles 路径编码与 freshServeStaticFiles() 函数存在重复编码问题.
    There is a double encoding issue caused by duplicate path encoding logic between staticFiles and the freshServeStaticFiles() function
  2. fresh-vite-plugin:
    a. devServer 中通过 urlpath 读取系统文件时的路径转编码异常问题
    Path encoding conversion error when devServer reads system files via urlpath

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

can't load static file if path contains blank (%20)

1 participant