You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/05/11 16:07:45 UTC

[jira] Assigned: (CXF-2185) Handler protocol match fails when multiple protocols are specified

     [ https://issues.apache.org/jira/browse/CXF-2185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reassigned CXF-2185:
--------------------------------

    Assignee: Daniel Kulp  (was: Alessio Soldano)

> 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: Daniel Kulp
>         Attachments: CXF-2185.txt
>
>
> 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.