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

[6.2] Back ports #3822

Merged
merged 4 commits into from
Oct 5, 2023
Merged

[6.2] Back ports #3822

merged 4 commits into from
Oct 5, 2023

Commits on Oct 5, 2023

  1. [RESTEASY-3384] Improve parsing of malformed MediaTypes in MediaTypeH…

    …eaderDelegate
    
    Previously, a "broken" MIME-type could trigger an StringIndexOutOfBoundsException
    instead of the more suitable IllegalArgumentException.
    
    Example: "Accept: x; /x"
    
    This PR now throws an IllegalArgumentException in case of a broken MIME-type.
    thomasdarimont authored and jamezp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    05d853a View commit details
    Browse the repository at this point in the history
  2. [RESTEASY-3390] Use the request entity parts if a multipart/form-data…

    … request is sent and the injection parameter type is a string.
    
    https://issues.redhat.com/browse/RESTEASY-3390
    Signed-off-by: James R. Perkins <jperkins@redhat.com>
    jamezp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    5b15bce View commit details
    Browse the repository at this point in the history
  3. Add a test for per-request idle timeout

    Eric Dong authored and jamezp committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    1732f89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de88860 View commit details
    Browse the repository at this point in the history