tks got the resource, but the resource is like
http://localhost:8080/...?p=1 how to get the parameter p in resource best regards johnson Carsten Ziegeler 提到: > Hi, > > if you just specify > <redirect-to uri="cocoon:/login"/> > the authentication-fw will automatically call > cocoon:/login?resource={original uri} > > So you can get the original uri using the "resource" request parameter > in your login pipeline. > > HTH > Carsten > > johnson wrote: > >>Hi! >> >>In the auth-fw(flow) sitemap, there is a <authentication-manager> >>component like below. >> >><map:component-configurations> >><authentication-manager> >><handlers> >><handler name="flowdemohandler"> >><redirect-to uri="cocoon:/login"/> >><authentication uri="cocoon:raw:/authenticate"/> >></handler> >></handlers> >></authentication-manager> >></map:component-configurations> >> >>I want to use some request param like >> >><redirect-to uri="cocoon:/login?p={request-param:p}"/> >>how to set the parameter like {request-param:p} >> >>Best Regards >> >>johnson >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: [EMAIL PROTECTED] >>For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
