-
Bug
-
Resolution: Done
-
Major
-
None
Similar to WFLY-16567 , org.jboss.as.ejb3.remote.LocalEjbReceiver, if a client puts data into the ContextData and then the EJB removes it, if the client checks the ContextData after the response has been received, it contains the object that was removed. The bug is, the client's view of ContextData contains the objects originally sent and then when the response is received, puts the response objects into the same ContextData, so it will update but not remove objects that should not be there.
- is incorporated by
-
JBEAP-23904 [GSS](7.4.z) WFLY-16796 - LocalEjbReceiver response contains ContextData that has been removed on the server side
- Closed
- relates to
-
WFLY-16567 EJB response contains ContextData that has been removed in the server side interceptors
- Closed
-
WFLY-16763 Remove all ContextData on client and server that is not defined using 'jboss.returned.keys'
- Open