Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.3
-
None
Description
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.