Archimedes Trajano created SHIRO-376:
----------------------------------------

             Summary: shiro-cas feature should not depend on shiro-cas
                 Key: SHIRO-376
                 URL: https://issues.apache.org/jira/browse/SHIRO-376
             Project: Shiro
          Issue Type: Bug
          Components: Configuration
    Affects Versions: 1.2.0
         Environment: Karaf 2.2.8
            Reporter: Archimedes Trajano
            Priority: Critical


In the features.xml it contains this block

<feature name="shiro-cas" version="1.2.0" resolver="(obr)">
    <feature version="1.2.0">shiro-cas</feature>
    <!-- Is there a CAS client osgi bundle somewhere?
    <bundle 
dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.aspectj/${casclient.bundle.version}</bundle>
    -->
    <bundle>mvn:org.apache.shiro/shiro-cas/1.2.0</bundle>
</feature>

It indicates that shiro-cas depends on shiro-cas, installing this feature on 
Karaf will yield a stackoverflow error.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to