Skip to content

Conversation

@jamezp
Copy link
Member

@jamezp jamezp commented Dec 5, 2025

…correct order

The ServletBootstrap.getParameter() method was checking servlet context init-params before servlet init-params, which was backwards from the documented behavior. Now servlet init-params are checked first, then servlet context init-params.

Added integration tests to verify the correct precedence.

https://issues.redhat.com/browse/RESTEASY-3678

Upstream #4749 4749

…correct order

The ServletBootstrap.getParameter() method was checking servlet context init-params before servlet init-params, which was backwards from the documented behavior. Now servlet init-params are checked first, then servlet context init-params.

Added integration tests to verify the correct precedence.

https://issues.redhat.com/browse/RESTEASY-3678
Signed-off-by: James R. Perkins <jperkins@ibm.com>
@jamezp jamezp merged commit b8062de into resteasy:6.2 Dec 8, 2025
15 of 16 checks passed
@jamezp jamezp deleted the RESTEASY-3678-6.2 branch December 8, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant