You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-dev@jackrabbit.apache.org by "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2012/09/04 20:01:07 UTC

[jira] [Commented] (OAK-256) JAAS Authentication failing in OSGi env due to classloading issue

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

Chetan Mehrotra commented on OAK-256:
-------------------------------------

As noted in previous comment I tried to use the same approach however it fails for those calls where impersonation is performed as in Session#impersonate. As by the time that call is done TCCL would have been reverted back. 

I am not sure of a better approach. Probably in OSGi env we can have a custom LoginContextProvider which handles it better. However untill then I cannot workaround it from outside
                
> JAAS Authentication failing in OSGi env due to classloading issue
> -----------------------------------------------------------------
>
>                 Key: OAK-256
>                 URL: https://issues.apache.org/jira/browse/OAK-256
>             Project: Jackrabbit Oak
>          Issue Type: Bug
>          Components: jcr
>    Affects Versions: 0.5
>            Reporter: Chetan Mehrotra
>            Assignee: Jukka Zitting
>              Labels: osgi, sling
>             Fix For: 0.5
>
>         Attachments: OAK-256-tccl-switch.patch
>
>
> At times Repository login fails because the LoginModule cannot be instantiated 
> {noformat}
> Caused by: javax.jcr.LoginException: unable to find LoginModule class: org.apache.jackrabbit.oak.security.authentication.LoginModuleImpl
> 	at org.apache.jackrabbit.oak.jcr.RepositoryImpl.login(RepositoryImpl.java:139)
> 	at org.apache.jackrabbit.oak.jcr.SessionImpl.impersonate(SessionImpl.java:114)
> 	at org.apache.sling.jcr.base.SessionProxyHandler$SessionProxyInvocationHandler.invoke(SessionProxyHandler.java:101)
> 	at $Proxy9.impersonate(Unknown Source)
> 	at org.apache.sling.jcr.davex.impl.servlets.SlingDavExServlet$1.getLongLivedSession(SlingDavExServlet.java:206)
> {noformat}
> As a fix LoginContextProviderImpl should switch the Thread's context classloader (TCCL) to oak-jcr bundle's classloader so that required loginmodule class can be instantiated

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira