Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.2, 3.1.3, 3.1.4, 4.7.0
-
None
Description
OpenEJB supports WS Security out the box. It works fine when no JAX-WS handlers are used.
When a user defines an handler, we add the MustUnderstandInterceptor (See EjbInterceptor).
So we must also deal with the mustUnderstand attribute in WS Security headers.