[ https://issues.apache.org/jira/browse/CXF-3768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13092774#comment-13092774 ]
Freeman Fang commented on CXF-3768: ----------------------------------- Hi Aki, Your solution sounds ok for me. The rough idea is that we need figure out a way to tell the difference between empty and non-empty partial response(so that use different http return code), and your solution exactly can do it. And about the "Assign to me" issue, I don't think jira can really warn you that there's another guy to do same operation at the same time, the "Assign to me" request would be processed one by one, that said, the last one would be the assignee. Anyway, we have email notification for jira changes and IMO that's very rare that two guys try to assign same issue to himself at the same time, so we shouldn't worry this too much. Best Regards. Freeman > HTTP response code 202 is not set for WS-Addressing partial responses > --------------------------------------------------------------------- > > Key: CXF-3768 > URL: https://issues.apache.org/jira/browse/CXF-3768 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 2.4.2 > Reporter: Dmytro Rud > Assignee: Aki Yoshida > > When asyncronous processing is requested by specifying an endpoint reference > in the request's ReplyTo WSA header, an immediate acknowledgement should be > sent with HTTP code 202. Older CXF versions (e.g. 2.2.11) implemented this > requirement in the method > {{org.apache.cxf.transport.http.AbstractHTTPDestination#markPartialResponse}}, > but the newer ones (2.4.1, 2.4.2) do not set the HTTP response code > explicitely, therefore acknowledgements are delivered with code 200. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira