Branch: refs/heads/4.5
Home:
https://github.com/resteasy/Resteasy
Commit: abfcd15a01387c0c22d8c33f4f2be6034a540112
https://github.com/resteasy/Resteasy/commit/abfcd15a01387c0c22d8c33f4f2be...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2021-04-14 (Wed, 14 Apr 2021)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/ContextParameterInjector.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResourceMethodInvoker.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/context/HttpServletResponseContextTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/context/resource/HttpServletResponseContextResource.java
Log Message:
-----------
[RESTEASY-1721] ResourceMethodInvoker checks if @Context HttpServletResponse was written
to. (#2752)