Helo

On Jan 27, 2006, at 2:44 PM, Luis Gervaso wrote:

Hello all,

I need help about authentication problem

The scenario is:

When user login is necessary consult database to obtain user information in
order to store this in the HttpSession

I hope to integrate this with container based security in order to use
getUserPrincipal, etc

if we use j_security_check we aren't be able to consult database in the same
request


Thats right. You have to query again.

IMHO, this is not a problem. If you need something heavier, go with a full-blown security piece, like acegi, and don't use container-based authentication.

regards

--
Un saludo

otro saludo

Marcelo Morales

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to