[
http://jira.jboss.com/jira/browse/JBSEAM-790?page=all ]
Gavin King reopened JBSEAM-790:
-------------------------------
More things I would like to see:
* filters installed by scanning process, not explicitly in code (can do thing by checking
if a Component implements Filter and adding to a list of such in Init component)
* move to a package called "web", and get rid of the "Seam" prefix
* for backward compatibility, provide SeamRedirectFilter, etc, in the servlet package, as
empty classes extending the thing from the web package
* Fix the implementation so it actually chains correctly! And use a List/array for
performance and predictability...
Create a universal SeamFilter
-----------------------------
Key: JBSEAM-790
URL:
http://jira.jboss.com/jira/browse/JBSEAM-790
Project: JBoss Seam
Issue Type: Feature Request
Components: Core
Affects Versions: 1.1.6.GA
Reporter: Shane Bryzak
Assigned To: Shane Bryzak
Priority: Minor
Fix For: 1.1.7.GA
Original Estimate: 1 day
Remaining Estimate: 1 day
In an average Seam application we may use some or all of the following filters, which may
grow to even more over time:
SeamRedirectFilter
SeamExceptionFilter
SeamMultipartFilter
SeamServletFilter
It would be nice to be able to configure a single master filter, SeamFilter, which wraps
all of these filters. We could possibly even make each of these filters
application-scoped components, meaning they could be configured via components.xml instead
of in web.xml.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira