atom feed7 messages in org.apache.shale.issues[jira] Commented: (SHALE-277) Shale i...
FromSent OnAttachments
Veit Guna (JIRA)Sep 10, 2006 11:50 am 
Craig McClanahan (JIRA)Sep 15, 2006 4:09 pm 
Veit Guna (JIRA)Sep 15, 2006 6:31 pm 
Craig McClanahan (JIRA)Sep 15, 2006 6:42 pm 
Veit Guna (JIRA)Sep 16, 2006 3:24 am 
Torsten Krah (JIRA)Oct 17, 2006 8:49 am 
Torsten Krah (JIRA)Nov 6, 2006 2:37 am 
Subject:[jira] Commented: (SHALE-277) Shale is eating 500s errors
From:Veit Guna (JIRA) (ji@apache.org)
Date:Sep 16, 2006 3:24:08 am
List:org.apache.shale.issues

[ 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.