[
https://issues.apache.org/jira/browse/CXF-6292?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14363954#comment-14363954
]
Sergey Beryozkin commented on CXF-6292:
---------------------------------------
See http://git-wip-us.apache.org/repos/asf/cxf/commit/ed2196b4, give the
snapshots a try please.
> Init parameters on OSGi service are not picked up
> -------------------------------------------------
>
> Key: CXF-6292
> URL: https://issues.apache.org/jira/browse/CXF-6292
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS, Transports
> Affects Versions: 2.7.15
> Reporter: Jostein Gogstad
>
> File:
> https://github.com/apache/cxf/blob/cxf-2.7.15/rt/transports/http/src/main/resources/OSGI-INF/blueprint/osgiservlet.xml
> I _assume_ that the properties set on the service are init-params to
> {{org.apache.cxf.transport.servlet.ServletController}}. Some frameworks,
> pax-web-extender-whiteboard in my case, require one of the following for init
> parameters
> # init-params are prefixed with {{init.}} OR
> # There's a property {{init-prefix}} on the service specifying the prefix.
> This property may be blank
> With the service as it stands no parameters are set on the servlet by
> pax-web-extender-whiteboard. They are skipped at this if-statement:
> https://github.com/ops4j/org.ops4j.pax.web/blob/master/pax-web-extender-whiteboard/src/main/java/org/ops4j/pax/web/extender/whiteboard/internal/tracker/ServletTracker.java#L180-L182
>
> This makes it impossible to secure the servlet.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)