-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
When adding handlers declared through the default endpoint configs, we currently ignore protocol binding filtering.
That's a potential issue as the Apache CXF HTTPBinding implementation verifies the kind of handler (Logical or Protocol) that are added to the endpoint. So erroneously adding a SOAP handler to a HTTPBinding endpoint blows up the deployment.