Do you use the ant task or the maven plugin ?

For the ant task add in your catifywar :
<servletredirector name="ServletRedirectorSecure"
                         mapping="/ServletRedirectorSecure"
                         roles="RoleBase"/> 

For the maven plugin I provide a patch but it is the same thing to do
: http://issues.apache.org/jira/browse/CACTUS-224

Nicolas,

2005/9/1, David Turley <[EMAIL PROTECTED]>:
> Hi, it's me again...
> 
>     I'm trying to get the FormAuthentication to work.  I'm having
> problems though.  (Of course I'm having problems!  Why else would I be
> writing!)  When I try to run my test, my test fails and tells me it
> couldn't connect to the secured redirector.  The console says "[Access
> Denied] NULL user".
> 
>     I haven't had any luck getting this to work.  I'm using
> StrutsTestCase, so I asked for help in their user forum, but that forum
> is all but dead and I haven't gotten a response.  I searched for any
> threads in there about authentication and all I found was another guy
> with a similar problem that hadn't had his question answered either...
> 
>     Thanks for any help you can provide.
> 
> --David Turley
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to