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

Issue #9076 - Cleanups and fixes for multipart in Jetty 12 #9287

Merged
merged 27 commits into from
Feb 9, 2023

Commits on Jan 11, 2023

  1. Configuration menu
    Copy the full SHA
    da39f93 View commit details
    Browse the repository at this point in the history
  2. add test to reproduce some issue with multipart

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    0432817 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. add more tests for multipart

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1ff251c View commit details
    Browse the repository at this point in the history
  2. fixes to pass new multipart test cases

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    02f9cc0 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Configuration menu
    Copy the full SHA
    3816e4b View commit details
    Browse the repository at this point in the history
  2. improvements to multipart

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    1e20abc View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. improvements to multipart

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    5bcfeaa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-…

    …9066-MultiPart-getParameters
    lachlan-roberts committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    539113d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Fix testMaxRequest size test in MultiPartServletTest

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    d4682f4 View commit details
    Browse the repository at this point in the history
  2. fix some more tests in MultiPartServletTest

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    2dfe7e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-…

    …9066-MultiPart-getParameters
    lachlan-roberts committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    36e7f71 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    7387124 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    719c60d View commit details
    Browse the repository at this point in the history
  2. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    8133dd6 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. changes from review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    88c6f20 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/jetty-12.0.x' into jetty-12.0.x-…

    …9066-MultiPart-getParameters
    lachlan-roberts committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    4ffad09 View commit details
    Browse the repository at this point in the history
  3. fix for retainable merge

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    02823ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d66e36b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 6, 2023

  1. add todo to revert to normal pool after fix for #9311

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1610cd3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7e7fd8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. changes f rom review

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    d005e97 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    6950d73 View commit details
    Browse the repository at this point in the history
  2. Issue #9287 - fix failing tests

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    cb511be View commit details
    Browse the repository at this point in the history
  3. #9287 - remove unpaired release of Content.Chunk

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    1e92759 View commit details
    Browse the repository at this point in the history
  4. #9287 - fix further test failures

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    341ac15 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. #9287 - catch error in ee9 maxRequestSize MultiPart test

    Signed-off-by: Lachlan Roberts <[email protected]>
    lachlan-roberts committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    820fbb7 View commit details
    Browse the repository at this point in the history