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

@jamezp jamezp requested a review from a team as a code owner December 5, 2025 19:15
…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 a17b2f5 into resteasy:main Dec 8, 2025
20 checks passed
@jamezp jamezp deleted the RESTEASY-3678 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