Handler protocol match fails when multiple protocols are specified
------------------------------------------------------------------
Key: CXF-2185
URL: https://issues.apache.org/jira/browse/CXF-2185
Project: CXF
Issue Type: Sub-task
Components: JAX-WS Runtime
Affects Versions: 2.2
Reporter: Alessio Soldano
Assignee: Alessio Soldano
The boolean protocolMatches(Element el, String id) method in
AnnotationHandlerChainBuilder does not support multiple protocols specified in
the <protocol-bindings> element of a handler chain descriptor.
For instance one could have:
<handler-chain>
<protocol-bindings>##SOAP11_HTTP ##SOAP12_HTTP</protocol-bindings>
<handler>
<handler-name> SOAPServerHandler </handler-name>
<handler-class>
org.jboss.test.ws.jaxws.handlerscope.SOAPServerHandler </handler-class>
</handler>
</handler-chain>
which is valid considering protocol-bindings is basically an xsd:list.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.