[ 
https://issues.apache.org/jira/browse/KARAF-2649?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13858875#comment-13858875
 ] 

Cristiano Costantini commented on KARAF-2649:
---------------------------------------------

Hi,
I'm studying how to get spring security working on servicemix 4.5.3 and the 
code I've worked on is published on github:
https://github.com/cristcost/springsec

after my last test, I've successfully added support for spring security 
taglibs, but I did needed to add support for bundles:
mvn:org.springframework.security/spring-security-taglibs/${spring-security.version}
and 
mvn:org.springframework.security/spring-security-acl/${spring-security.version}

It would be maybe good to include these dependencies too in the feature.



> Add Spring Security features
> ----------------------------
>
>                 Key: KARAF-2649
>                 URL: https://issues.apache.org/jira/browse/KARAF-2649
>             Project: Karaf
>          Issue Type: Improvement
>          Components: karaf-feature
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2.4.0, 3.0.1, 2.3.4
>
>
> Some users may want to use Spring Security for their applications (like we 
> did for Spring LDAP).
> The feature should look like:
> <feature name="spring-security" version="3.1.4.RELEASE">
>     <feature>spring-dm-web</feature>
>     <bundle
> start-level="50">mvn:org.springframework.security/spring-security-core/3.1.4.RELEASE</bundle>
>     <bundle
> start-level="50">mvn:org.springframework.security/spring-security-config/3.1.4.RELEASE</bundle>
>     <bundle
> start-level="50">mvn:org.springframework.security/spring-security-web/3.1.4.RELEASE</bundle>
> </feature>



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to