Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: decode url for middleware #4728

Merged
merged 14 commits into from Aug 27, 2021
Merged

Commits on Aug 25, 2021

  1. Copy the full SHA
    200652c View commit details
    Browse the repository at this point in the history
  2. Update packages/vite/src/node/server/index.ts

    Co-authored-by: CHOYSEN <choysen@qq.com>
    hannoeru and CHOYSEN committed Aug 25, 2021
    Copy the full SHA
    f0718b7 View commit details
    Browse the repository at this point in the history
  3. Update packages/vite/src/node/server/middlewares/decodeURI.ts

    Co-authored-by: Shinigami <chrissi92@hotmail.de>
    hannoeru and Shinigami92 committed Aug 25, 2021
    Copy the full SHA
    0122c4e View commit details
    Browse the repository at this point in the history
  4. Update packages/vite/src/node/server/middlewares/decodeURI.ts

    Co-authored-by: Jeff Yang <32727188+ydcjeff@users.noreply.github.com>
    hannoeru and ydcjeff committed Aug 25, 2021
    Copy the full SHA
    d8c5c6c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5cdd3a5 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    f653cdb View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    85f89dd View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a32f3a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Copy the full SHA
    287f774 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b7d07ce View commit details
    Browse the repository at this point in the history
  3. fix: reset req._decoded before entering sirv, because vite will c…

    …hange url in middleware
    hannoeru committed Aug 26, 2021
    Copy the full SHA
    dd33014 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    4ba6301 View commit details
    Browse the repository at this point in the history
  5. perf: skip resolving internal requests for static content, only reset…

    … decoded url when url changed
    hannoeru committed Aug 26, 2021
    Copy the full SHA
    501bd03 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. Copy the full SHA
    49f1c52 View commit details
    Browse the repository at this point in the history