Hi:

I am almost finishing the use of the authentication-fw with woody. Thanks
to the changes made by Ricard and the Bruno tips. Now it is OK. I setted
to DEBUG the core.log and the sitemap.log to see the internals of the
processing. Now I am facing this problems:

After successful authentication (core.log):

DEBUG   (2003-11-23) 20:31.57:674   [core.authentication-manager]
(/ait/116f5a491d6b81076a427e68605f6a5f8376318f.continue)
http8080-Processor4/PipelineAuthenticator: END
isValidAuthenticationFragment valid=true
INFO    (2003-11-23) 20:31.57:675   [core.authentication-manager]
(/ait/116f5a491d6b81076a427e68605f6a5f8376318f.continue)
http8080-Processor4/PipelineAuthenticator: Authenticator: User
authenticated using handler 'authhandler'
DEBUG   (2003-11-23) 20:31.57:680   [core.authentication-manager]
(/ait/116f5a491d6b81076a427e68605f6a5f8376318f.continue)
http8080-Processor4/PipelineAuthenticator: end authenticator

The sitemap send a redirect command that the browser never got (sitemap.log):

INFO    (2003-11-23) 20:31.57:717   [sitemap]
(/ait/116f5a491d6b81076a427e68605f6a5f8376318f.continue)
http8080-Processor4/ForwardRedirector: Redirecting to '/ait/welcome'

I wonder why I even don't get an error page or similar.

The <map:match> to manage welcome is:

<map:match pattern="bienvenidos">
  <map:call function="protect">
    <map:parameter name="handler" value="authhandler"/>
    <map:parameter name="protected-internal" value="welcome-view"/>
    <map:parameter name="failure-redirect" value="login"/>
  </map:call>
</map:match>

Now, if I refresh the page (with the continuation inside), I got:

org.apache.cocoon.ProcessingException: User is already authenticated using
handler: authhandler

So I think this is correct.

Also If I call "by hand" the welcome page, then I can see it.

I wonder were is my problem of if this is a problem else where.

Please help.

Best Regards,

Antonio Gallardo

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

Reply via email to