[opencms-dev] RE: RE: Resource loader error in file - urgent -please hellp

Armen Markarian markarian at inexweb.de
Thu Mar 11 11:56:03 CET 2004


Dear Alex, in this case it is not an other exception hidden by the
resource loader error! In fact i putted the following programmcode and
now it works

if(current_username!=null && current_username.equalsIgnoreCase("guest"))
{
// logging an user which belongs to offline Project 
// i guess every user but guest would make it too!?
		cmsObj.loginUser(username,userpwd);
	}

In case i think the guest user has no rights to handle with the
CmsResource Object itself. I don not understand why? Security?

Regards and thanyx for feedback

Armen




More information about the opencms-dev mailing list