You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Paul Benedict (JIRA)" <ji...@apache.org> on 2007/08/22 09:00:47 UTC

[jira] Reopened: (STR-2495) Tile exceptions are not properly chained

     [ https://issues.apache.org/struts/browse/STR-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Benedict reopened STR-2495:
--------------------------------

      Assignee: Paul Benedict

> Tile exceptions are not properly chained
> ----------------------------------------
>
>                 Key: STR-2495
>                 URL: https://issues.apache.org/struts/browse/STR-2495
>             Project: Struts 1
>          Issue Type: Improvement
>          Components: Tiles 1 Plugin
>    Affects Versions: 1.2.7
>         Environment: Operating System: other
> Platform: Other
>            Reporter: gabriel wolosin
>            Assignee: Paul Benedict
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: InsertTag.java.patch, taglib.txt
>
>
> We've been trying to write a generic exception handling routine around our web 
> application. Unfortunately, struts has been masking exceptions by not nesting 
> exceptions properly which means we lose the ability to programatically 
> determine the cause of the action.  Our particular problem was that java faces 
> was wrapping our db exceptions in servletexceptions and then struts was not 
> wrapping the underlying servletexception. I'm adding a patch file for 
> InsertTag.java that wraps the ServletException. I'm sure there are other cases 
> where exceptions are not properly nested.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.