Decoupled Endpoint Observer should not insert HttpRequest and HttpResponse
instances into the Message.
------------------------------------------------------------------------------------------------------
Key: CXF-415
URL: https://issues.apache.org/jira/browse/CXF-415
Project: CXF
Issue Type: Bug
Components: Transports
Affects Versions: 2.0-M1
Reporter: Ajay Paibir
Fix For: 2.0-RC
The Decouple Endpoint Observer inserts HttpRequest,HttpResponse instances into
the Application supplied response context. Now if the ClientImpl.invoke is
generally called on a thread different from the thread on which decoupled
endpoint received the response then a race condition is introduced. The thread
on which invoke was called may sometime see a IllegalStateException for the
HttpResponse instance inserted into the context during decoupled endpoint
thread processing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.