Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: undertow-io/undertow
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.2.18.Final
Choose a base ref
...
head repository: undertow-io/undertow
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.19.Final
Choose a head ref
  • 19 commits
  • 35 files changed
  • 7 contributors

Commits on Jun 14, 2022

  1. Next is 2.2.19.Final

    Signed-off-by: Flavia Rainone <frainone@redhat.com>
    fl4via committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    4b520b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

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

Commits on Jul 19, 2022

  1. Merge pull request #1345 from rmartinc/UNDERTOW-2116-22x

    [UNDERTOW-2116] ServletOutputStreamImpl incorrectly sets Content-Length to 0
    fl4via authored Jul 19, 2022
    Configuration menu
    Copy the full SHA
    f7589af View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. UNDERTOW-2112 Assume the testcase for jdk < 14. New version TLSv1.3 a…

    …nd new JDK versions are breaking this feature
    kstekovi committed Jul 29, 2022
    Configuration menu
    Copy the full SHA
    c9b4c24 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

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

Commits on Aug 3, 2022

  1. Merge pull request #1358 from rmartinc/UNDERTOW-2124-22x

    [UNDERTOW-2124] ProgramaticLazyEndpointTest and BinaryEndpointTest failures with JDK-17
    fl4via authored Aug 3, 2022
    Configuration menu
    Copy the full SHA
    52a81e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    dd95e08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5801f View commit details
    Browse the repository at this point in the history
  3. [UNDERTOW-2130] Classes witch annotation RunWith are triggered as Tes…

    …tCase.
    
    Signed-off-by: Flavia Rainone <frainone@redhat.com>
    kstekovi authored and fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    b67e821 View commit details
    Browse the repository at this point in the history
  4. [UNDERTOW-2133] Handle RequestTooBigException

    If the request is too big, throw an excpetion to allow the connection to
    be cleaned up closed properly up the call stack.
    jasondlee authored and fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    7d3a045 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d95f77 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1359 from fl4via/2.2.x_backport_bug_fixes

    [UNDERTOW-2031][UNDERTOW-2113][UNDERTOW-2130][UNDERTOW-2133][UNDERTOW-2135] backport bug fixes to 2.2.x branch
    fl4via authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    5177c78 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1353 from kstekovi/UNDERTOW-2112_2.2.x

    UNDERTOW-2112 Client Cert Renegotiation is not supported by JDK14 and newer.
    fl4via authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9a06b56 View commit details
    Browse the repository at this point in the history
  8. [UNDERTOW-2125] At ReadTimeoutStreamSourceConduit, skip expiration if…

    … connection is not open.
    
    Also:
    - prevent unneeded duplicate scheduling by checking if handle is null before rescheduling
    - make handle volatile and properly synchronize with a double check when rescheduling timeout expiration
    - [UNDERTOW-2083] calculate the elapsed time in the expiration properly when throwing the timeout exception
    
    Signed-off-by: Flavia Rainone <frainone@redhat.com>
    fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    6f620cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e8ae803 View commit details
    Browse the repository at this point in the history
  10. [UNDERTOW-1997] Corrected handling of security constraints with URL p…

    …attern '/'
    Kevin Wimmer authored and fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e2b1e68 View commit details
    Browse the repository at this point in the history
  11. [UNDERTOW-1997] Add test for a security constraint with "/" path URL …

    …Pattern
    
    Signed-off-by: Flavia Rainone <frainone@redhat.com>
    fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    215316d View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1361 from fl4via/2.2.x_backport_bug_fixes

    2.2.x backport bug fixes
    fl4via authored Aug 11, 2022
    Configuration menu
    Copy the full SHA
    e52cefb View commit details
    Browse the repository at this point in the history
  13. Prepare 2.2.19.Final

    Signed-off-by: Flavia Rainone <frainone@redhat.com>
    fl4via committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    2ec4d95 View commit details
    Browse the repository at this point in the history
Loading