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:Torsten Krah (JIRA) (ji@apache.org)
Date:Oct 17, 2006 8:49:02 am
List:org.apache.shale.issues

[ http://issues.apache.org/struts/browse/SHALE-277?page=comments#action_38420 ]

Torsten Krah commented on SHALE-277: ------------------------------------

Same here. Added the parameter to the web.xml but my page does not get called.

kind regards

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.