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

Christian Schneider updated DOSGI-182:
--------------------------------------

    Fix Version/s:     (was: 1.6.0)
                   1.7.0
    
> SecurityContext populated by spring security made available to CXF
> ------------------------------------------------------------------
>
>                 Key: DOSGI-182
>                 URL: https://issues.apache.org/jira/browse/DOSGI-182
>             Project: CXF Distributed OSGi
>          Issue Type: Wish
>    Affects Versions: 1.4.0
>            Reporter: Isart
>             Fix For: 1.7.0
>
>
> I'd like SecurityContext populated by SpringSecurity filter chain to be 
> available in CXF, and also being available to registered services.
> I've been able to apply a SpringSecurity filter chain to JAX-RS services 
> published with DOSGi by instantiating my filter chain bean and registering it 
> as an
> osgi service with "org.apache.cxf.httpservice.filter" property.
> This filter chain populates SecurityContext but also removes it when the 
> filter chain finishes. 
> org.apache.cxf.dosgi.dsw.handlers.SecurityDelegatingHttpContext is 
> responsible of handling the filter for DOSGi registered web services.
> When a request comes, the filter chain finishes before normal request 
> processing in CXF takes place, resulting in SecurityContext not being 
> available in CXF nor in registered web services.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to