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: Ignore everything after closing boundary when parsing multi form data #2862

Merged

Commits on May 23, 2024

  1. add working test case

    seakayone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    2c06be3 View commit details
    Browse the repository at this point in the history
  2. break test

    seakayone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    f076ed5 View commit details
    Browse the repository at this point in the history
  3. wip

    seakayone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    c9d7763 View commit details
    Browse the repository at this point in the history
  4. fix bug

    seakayone committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0645065 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    202e98b View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    e7631a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    de68225 View commit details
    Browse the repository at this point in the history
  2. make boundaryMatches val

    seakayone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2c8b223 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa5684 View commit details
    Browse the repository at this point in the history
  4. buffer is val

    seakayone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    10f288e View commit details
    Browse the repository at this point in the history
  5. fmt

    seakayone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    07edc59 View commit details
    Browse the repository at this point in the history
  6. fmt

    seakayone committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    995da2f View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update zio-http/shared/src/main/scala/zio/http/internal/FormState.scala

    Co-authored-by: kyri-petrou <67301607+kyri-petrou@users.noreply.github.com>
    seakayone and kyri-petrou authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    106ba2a View commit details
    Browse the repository at this point in the history
  2. Extract closingBoundaryBytesSize and reset boundaryMatches with a new…

    … Array[Boolean](closingBoundaryBytesSize)
    seakayone committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    b338c6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669f718 View commit details
    Browse the repository at this point in the history
  4. Update zio-http/shared/src/main/scala/zio/http/internal/FormState.scala

    Co-authored-by: kyri-petrou <67301607+kyri-petrou@users.noreply.github.com>
    seakayone and kyri-petrou authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    736b504 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f1f33ba View commit details
    Browse the repository at this point in the history