[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3415) Put ExceptionFilter around ContextFilter, not the other way
Sasha Kazachonak (JIRA)
jira-events at lists.jboss.org
Fri Sep 12 12:21:20 EDT 2008
Put ExceptionFilter around ContextFilter, not the other way
-----------------------------------------------------------
Key: JBSEAM-3415
URL: https://jira.jboss.org/jira/browse/JBSEAM-3415
Project: Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.3.CR1
Reporter: Sasha Kazachonak
Shouldn't ContextFilter be defined within ExceptionFilter?
Now, if some non-faces servlet throws an Exception, ExceptionFilter catches it and ends all Seam contexts. And then ContextFilter tries to finish the request and throws "No application context active" type of exception.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list