Branch: refs/heads/master
Home:
https://github.com/resteasy/Resteasy
Commit: 49b6f58a9a828d3d2407b249f7fec5a2593a457a
https://github.com/resteasy/Resteasy/commit/49b6f58a9a828d3d2407b249f7fec...
Author: Ron Sigal <rsigal(a)redhat.com>
Date: 2017-02-07 (Tue, 07 Feb 2017)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/SynchronousDispatcher.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/ResteasyProviderFactory.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/AsynchContextualDataTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchContextualDataProduct.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/asynch/resource/AsynchContextualDataResource.java
Log Message:
-----------
[RESTEASY-1225]
Correcting ResteasyProviderFactory's handling of the context map stack.