[ 
http://issues.apache.org/struts/browse/SHALE-277?page=comments#action_38231 ] 
            
Veit Guna commented on SHALE-277:
---------------------------------

Ok. So, I've added the following to my web.xml

        <context-param>
                
<param-name>org.apache.shale.view.EXCEPTION_DISPATCH_PATH</param-name>
                <param-value>/pages/error.html</param-value>
        </context-param>

But that doesn't work either. Still the 500 appears and no error.html :(.


> Shale is eating 500s errors
> ---------------------------
>
>                 Key: SHALE-277
>                 URL: http://issues.apache.org/struts/browse/SHALE-277
>             Project: Shale
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.4-SNAPSHOT, 1.0.3
>         Environment: Tomcat 5.5.17 + Myfaces 1.1.3
>            Reporter: Veit Guna
>         Assigned To: Craig McClanahan
>
> When using shale-core for the s:token tag in my myfaces webapp, shale is 
> eating 500 errors. That means if for example
> a Nullpointer Exception occurs, it doesn't let tomcat use the custom error 
> page configured in the web.xml for 500 errors.
> If I remove shale-core from my webapp, everything works fine and the custom 
> error-page is displayed.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to