You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Alexis MAILLOT <al...@gmail.com> on 2006/09/15 17:20:54 UTC

Rediction, ActionForward and Internal Server Error

I'm sending a rediction (with HttpServletResponse.sendRedirect or with a new
ActionForward) : everything works fine except the http return code which is
500 (instead of 200 or 302)...
The application is runing under Websphere Application Server 6.

Anyone can help me ?

Re: Rediction, ActionForward and Internal Server Error

Posted by Michael Jouravlev <jm...@gmail.com>.
On 9/15/06, Alexis MAILLOT <al...@gmail.com> wrote:
> I'm sending a rediction (with HttpServletResponse.sendRedirect or with a new
> ActionForward) : everything works fine except the http return code which is
> 500 (instead of 200 or 302)...
> The application is runing under Websphere Application Server 6.
>
> Anyone can help me ?

HTTP sniffer can help you. You may get a proper 302 for the redirect
itself, then 500 for the resource that you are redirecting to.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org