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

2.2.x backport bug fixes #1361

Merged
merged 4 commits into from Aug 11, 2022
Merged

Commits on Aug 11, 2022

  1. [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
    Copy the full SHA
    6f620cd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    e8ae803 View commit details
    Browse the repository at this point in the history
  3. [UNDERTOW-1997] Corrected handling of security constraints with URL p…

    …attern '/'
    Kevin Wimmer authored and fl4via committed Aug 11, 2022
    Copy the full SHA
    e2b1e68 View commit details
    Browse the repository at this point in the history
  4. [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
    Copy the full SHA
    215316d View commit details
    Browse the repository at this point in the history