Dear All,
I use my own authenticator class which implements interface:
org.apache.cocoon.webapps.authentication.components.Authenticator
I configured it as it is described in the documentation. Here is the handler configuration:
<handler name="portalhandler">
<redirect-to uri="cocoon:/sunspotdemoportal"/>
<authentication authenticator="mypkg.MyAuthenticator"/>
</handler>I want to do custom database query to verify the user credentials, but I dont know how to obtain the database connection from the pool.
Martin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
