You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by an...@apache.org on 2011/03/02 23:10:20 UTC

svn commit: r1076430 - /karaf/trunk/features/assembly/standard/src/main/resources/features.xml

Author: anierbeck
Date: Wed Mar  2 22:10:19 2011
New Revision: 1076430

URL: http://svn.apache.org/viewvc?rev=1076430&view=rev
Log:
[KARAF-483] - pax-web jetty.xml configfile should contain default security realm

Modified:
    karaf/trunk/features/assembly/standard/src/main/resources/features.xml

Modified: karaf/trunk/features/assembly/standard/src/main/resources/features.xml
URL: http://svn.apache.org/viewvc/karaf/trunk/features/assembly/standard/src/main/resources/features.xml?rev=1076430&r1=1076429&r2=1076430&view=diff
==============================================================================
--- karaf/trunk/features/assembly/standard/src/main/resources/features.xml (original)
+++ karaf/trunk/features/assembly/standard/src/main/resources/features.xml Wed Mar  2 22:10:19 2011
@@ -116,6 +116,7 @@
             org.ops4j.pax.url.war.importPaxLoggingPackages=true
         </config>
         <feature>http-whiteboard</feature>
+        <feature>jetty-jaas</feature>
         <bundle start-level='30'>mvn:org.apache.karaf.shell/org.apache.karaf.shell.web/${project.version}</bundle>
         <bundle>mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version}</bundle>
         <bundle>mvn:org.ops4j.pax.web/pax-web-deployer/${pax.web.version}</bundle>



Re: svn commit: r1076430 - /karaf/trunk/features/assembly/standard/src/main/resources/features.xml

Posted by Andreas Pieber <an...@gmail.com>.
Maybe I'm missing something but shouldn't we also backport this to 2.2.1?

Kind regards,
Andreas

On Wed, Mar 2, 2011 at 11:10 PM,  <an...@apache.org> wrote:
> Author: anierbeck
> Date: Wed Mar  2 22:10:19 2011
> New Revision: 1076430
>
> URL: http://svn.apache.org/viewvc?rev=1076430&view=rev
> Log:
> [KARAF-483] - pax-web jetty.xml configfile should contain default security realm
>
> Modified:
>    karaf/trunk/features/assembly/standard/src/main/resources/features.xml
>
> Modified: karaf/trunk/features/assembly/standard/src/main/resources/features.xml
> URL: http://svn.apache.org/viewvc/karaf/trunk/features/assembly/standard/src/main/resources/features.xml?rev=1076430&r1=1076429&r2=1076430&view=diff
> ==============================================================================
> --- karaf/trunk/features/assembly/standard/src/main/resources/features.xml (original)
> +++ karaf/trunk/features/assembly/standard/src/main/resources/features.xml Wed Mar  2 22:10:19 2011
> @@ -116,6 +116,7 @@
>             org.ops4j.pax.url.war.importPaxLoggingPackages=true
>         </config>
>         <feature>http-whiteboard</feature>
> +        <feature>jetty-jaas</feature>
>         <bundle start-level='30'>mvn:org.apache.karaf.shell/org.apache.karaf.shell.web/${project.version}</bundle>
>         <bundle>mvn:org.ops4j.pax.web/pax-web-extender-war/${pax.web.version}</bundle>
>         <bundle>mvn:org.ops4j.pax.web/pax-web-deployer/${pax.web.version}</bundle>
>
>
>