You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by "Dan Jemiolo (JIRA)" <ji...@apache.org> on 2006/10/02 19:28:20 UTC

[jira] Closed: (MUSE-94) Modify code in MessagePatternFilter

     [ http://issues.apache.org/jira/browse/MUSE-94?page=all ]

Dan Jemiolo closed MUSE-94.
---------------------------

    Resolution: Fixed

Fixed:  http://svn.apache.org/viewvc?view=rev&revision=452137

> Modify code in MessagePatternFilter
> -----------------------------------
>
>                 Key: MUSE-94
>                 URL: http://issues.apache.org/jira/browse/MUSE-94
>             Project: Muse
>          Issue Type: Bug
>    Affects Versions: 2.0.0 M2, 2.0.0 M1, 2.0.0
>            Reporter: Andrew Eberbach
>         Assigned To: Dan Jemiolo
>             Fix For: 2.1.0
>
>
> In MessagePatternFilter there is an accepts section that does:
>         
>         try
>         {
>             return XPathUtils.isMatch(messageXML, _pattern);
>         }
>         
>         catch (Throwable error)
>         {
>             return false;
>         }
> This squelches the exception. It should be catching something more specific like TransformerExcpetion. 

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org