Re: Redirecting from unprotected resource to a protected one

2012-11-02 Thread Lyallex
On 2 November 2012 16:21, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Lyallex, > > On 11/2/12 9:43 AM, Lyallex wrote: > > When I have validated the data I want to forward to a protected > > resource like this > > > > forwardTarget = "/account/accountView.jsp";

Re: Redirecting from unprotected resource to a protected one

2012-11-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lyallex, On 11/2/12 9:43 AM, Lyallex wrote: > When I have validated the data I want to forward to a protected > resource like this > > forwardTarget = "/account/accountView.jsp"; > > RequestDispatcher rd = > getServletContext().getRequestDispatcher