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

Sergey Beryozkin resolved CXF-3743.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.5
                   2.4.3
         Assignee: Sergey Beryozkin

Example:

 <init-param>
  <param-name>jaxrs.extensions</param-name>
  <param-value>
    xml:application/xml
    json:application/json
  </param-value>
 </init-param>

> register extensions with CXFNonSpringJaxrsServlet
> -------------------------------------------------
>
>                 Key: CXF-3743
>                 URL: https://issues.apache.org/jira/browse/CXF-3743
>             Project: CXF
>          Issue Type: New Feature
>          Components: JAX-RS
>    Affects Versions: 2.4.2
>            Reporter: Jeffrey Damick
>            Assignee: Sergey Beryozkin
>            Priority: Minor
>             Fix For: 2.4.3, 2.5
>
>
> There appears to be no current init param to CXFNonSpringJaxrsServlet to be 
> able to specify extensions to the JAXRSServerFactoryBean being created.
> Something like: jaxrs.extensionsMap or some other way to specify the 
> extensions to pass to: JAXRSServerFactoryBean.setExtensionMappings(..)
> thanks

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to