Handler scoped properties not restored into the context after application fault
-------------------------------------------------------------------------------

                 Key: CXF-3406
                 URL: https://issues.apache.org/jira/browse/CXF-3406
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.3.3
            Reporter: Daniel Kulp
             Fix For: 2.3.4



If a JAX-WS handler sets an property on the context using Handler scope, the 
JaxWsMethodInvoker properly removes it prior to calling the application method 
and restores it after a normal return.  However, on a fault, the property is 
not restored and is thus not available in the handleFault method of the 
handlers.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to