Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Not A Problem
-
None
-
None
-
None
-
None
Description
New version of karaf change package structure and class org.apache.karaf.jaas.modules.RolePrincipal was moved to org.apache.karaf.jaas.boot.principal.RolePrincipal. New generated jetty.xml (after first Servicemix start) contains invalid entry:
<Array type="java.lang.String">
<Item>org.apache.karaf.jaas.modules.RolePrincipal</Item>
</Array>
should be:
<Array type="java.lang.String">
<Item>org.apache.karaf.jaas.boot.principal.RolePrincipal</Item>
</Array>
otherwise ClassNotFoundException occurs.
Attachments
Issue Links
- is related to
-
KARAF-1305 Error with Basic HTTP Authentication when using karaf realm
- Resolved
-
KARAF-2120 revert changes of KARAF-1305 for 2.2.x
- Resolved
- requires
-
KARAF-2259 jetty.xml has old RolePrincipal class name
- Resolved