-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
ResteasyProviderFactory keeps a static reference to an instance that's served into multiple places in RESTEasy. When running on WFLY, a single classloader loads RESTEasy, hence a single instance of the factory is kept. That's usually a ThreadLocal version of the factory, still it's possible for a thread serving different deployments in different moments to use the same factory.
- is related to
-
JBEAP-13475 (7.1.z) RESTEASY-1735 - RESTEasy returns wrong Content-Encoding data if client request gzip
- Closed
-
RESTEASY-1735 RESTEasy returns wrong Content-Encoding data if client request gzip
- Closed