You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by "Trieu, Danny" <DT...@ebuilt.com> on 2002/08/16 04:55:10 UTC

is this a bug? (error-code 400 map to an Action result an infinit e loop that kill the server)

Hi all,
 
I was using the TilesRequestProcessor, with 1.1b1.  When I tried to map:
 
            <error-page>
              <error-code>400</error-code>
                        <location>/test/errorHandler.do</location>
            </error-page>
 
in my web.xml.  My weblogic run into an infinite loop and crash.  It works
just find if I map it to a JSP/Html page.
 
Is this a bug?
 
Thanks,
 
danny
 
 

Re: is this a bug? (error-code 400 map to an Action result an infinit e loop that kill the server)

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 15 Aug 2002, Trieu, Danny wrote:

> Date: Thu, 15 Aug 2002 19:55:10 -0700
> From: "Trieu, Danny" <DT...@ebuilt.com>
> Reply-To: Struts Developers List <st...@jakarta.apache.org>
> To: "'struts-dev@jakarta.apache.org'" <st...@jakarta.apache.org>,
>      "'struts-user@jakarta.apache.org'" <st...@jakarta.apache.org>
> Subject: is this a bug? (error-code 400 map to an Action result an
>     infinit e loop that kill the server)
>
> Hi all,
>
> I was using the TilesRequestProcessor, with 1.1b1.  When I tried to map:
>
>             <error-page>
>               <error-code>400</error-code>
>                         <location>/test/errorHandler.do</location>
>             </error-page>
>
> in my web.xml.  My weblogic run into an infinite loop and crash.  It works
> just find if I map it to a JSP/Html page.
>
> Is this a bug?
>

Yes ... but it's a bug in WebLogic, not Struts.  Obviously, servers should
not allow an application to cause them to crash.

> Thanks,
>
> danny
>
>
>

Craig



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: is this a bug? (error-code 400 map to an Action result an infinit e loop that kill the server)

Posted by "Craig R. McClanahan" <cr...@apache.org>.

On Thu, 15 Aug 2002, Trieu, Danny wrote:

> Date: Thu, 15 Aug 2002 19:55:10 -0700
> From: "Trieu, Danny" <DT...@ebuilt.com>
> Reply-To: Struts Developers List <st...@jakarta.apache.org>
> To: "'struts-dev@jakarta.apache.org'" <st...@jakarta.apache.org>,
>      "'struts-user@jakarta.apache.org'" <st...@jakarta.apache.org>
> Subject: is this a bug? (error-code 400 map to an Action result an
>     infinit e loop that kill the server)
>
> Hi all,
>
> I was using the TilesRequestProcessor, with 1.1b1.  When I tried to map:
>
>             <error-page>
>               <error-code>400</error-code>
>                         <location>/test/errorHandler.do</location>
>             </error-page>
>
> in my web.xml.  My weblogic run into an infinite loop and crash.  It works
> just find if I map it to a JSP/Html page.
>
> Is this a bug?
>

Yes ... but it's a bug in WebLogic, not Struts.  Obviously, servers should
not allow an application to cause them to crash.

> Thanks,
>
> danny
>
>
>

Craig



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>