[opencms-dev] OpenCMS Authentication

Sebastian Himberger sebastian.himberger at gmx.de
Tue Jul 11 08:45:46 CEST 2006


Hi Bill,

since OpenCms is a Singleton it is imho not possible to login a user 
inside another webapp (using initCmsObject). Because, as far as i know, 
every webapp has it's own classloader.  What exactly are you trying to 
achieve?

best regards
Sebastian

Bill Edwards schrieb:
> Hi Christian--thanks for your response.  I am wondering if my main 
> problem is that I am trying the authentication from another Web app 
> (same container, I presume).  I note that initCmsObject is an 
> overloaded method, but I think I have to call it the way that I am:
>
> CmsObject theObject = OpenCms.initCmsObject (theGuestUser);
>
> I am definitely getting "Guest" when I do:
>
> String theGuestUser = theDefaultUsers.getUserGuest();
>
> Gruesse aus Boston, und schade dass Deutschland nicht gewonnen hat! 
> :-( -- Bill
>
> Christian Steinert wrote:
>
>> Message: 7
>> Date: Mon, 10 Jul 2006 10:24:25 +0200
>> From: Christian Steinert <christian_steinert at web.de>
>> Subject: Re: [opencms-dev] OpenCMS authentication CLARIFICATION
>> To: The OpenCms mailing list <opencms-dev at opencms.org>
>> Message-ID: <44B20EB9.8060300 at web.de>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Bill Edwards schrieb:
>>
>>> Apologies for any confusion that my previous messages on this subject
>>> may have caused--please disregard them.  I have narrowed down my
>>> exception to line 1734 of OpenCmsCore.java (in OpenCMS 6.2.1):
>>>
>>
>> Dear Bill,
>>
>> I would have expected that CmsObject.initCmsObject(...) would work, at
>> least if you are in the same virtual machine and that this should allow
>> you to access opencms as that user.
>>
>> Is the username really correct, that you get from CmsDefaultUsers? (it
>> should be "Guest" with exactly this spelling).
>>
>> Apart from this I sadly have no idea.
>>
>> Christian
>>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please 
> visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev




More information about the opencms-dev mailing list