[
http://jira.magnolia-cms.com/browse/MAGNOLIA-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=24182#action_24182
]
Grégory Joseph commented on MAGNOLIA-2572:
------------------------------------------
Late reply, but the above stacktrace might be an indicator that your repository
couldn't be started; there should be error/warnings above that, in the logs.
> When enabling JAAS realm in login-config.xml context returns 404
> ----------------------------------------------------------------
>
> Key: MAGNOLIA-2572
> URL: http://jira.magnolia-cms.com/browse/MAGNOLIA-2572
> Project: Magnolia
> Issue Type: Bug
> Components: security
> Affects Versions: 3.6.2, 3.6.3
> Environment: MacOS X 10.5.6 using JDK 6.0 (build 1.6.0_07-b06-57,
> mixed mode) and Jboss AS 5.0.0.GA
> Reporter: Ian Johannesen
> Assignee: Philipp Bärfuss
>
> When the following sniplet isn't in the login-config.xml I'm rightfully
> prompted with the login box when trying to access the context which Magnolia
> is running under. However when I put in the following sniplet I get a 404
> returned even on /.magnolia/. I haven't been able to debug it further as the
> 4.0 milestones (empty webapp) doesn't want to even startup under Jboss AS
> 5.0.0.GA.
> {code:xml}
> <!--
> magnolia JAAS login modules
> -->
> <application-policy name="magnolia">
> <authentication>
> <login-module
> code="info.magnolia.jaas.sp.jcr.JCRAuthenticationModule"
> flag = "requisite" />
> <login-module
> code="info.magnolia.jaas.sp.jcr.JCRAuthorizationModule"
> flag = "required" />
> </authentication>
> </application-policy>
> <!--
> jackrabbit JAAS login modules
> -->
> <application-policy name="Jackrabbit">
> <authentication>
> <login-module
> code="org.apache.jackrabbit.core.security.SimpleLoginModule"
> flag = "required" />
> </authentication>
> </application-policy>
> {code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------