[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1184) Exception documentation uses wrong Filter
Mike Quilleash (JIRA)
jira-events at lists.jboss.org
Fri Apr 13 09:34:58 EDT 2007
Exception documentation uses wrong Filter
-----------------------------------------
Key: JBSEAM-1184
URL: http://jira.jboss.com/jira/browse/JBSEAM-1184
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.2.1.GA
Environment: Any
Reporter: Mike Quilleash
In "5.3.2. Enabling Seam exception handling" the filter configuration described is this
<filter>
<filter-name>Seam Filter</filter-name>
<filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>Seam Filter</filter-name>
<url-pattern>*.seam</url-pattern>
</filter-mapping>
The filter class is incorrect should be "org.jboss.seam.web.SeamFilter"
--
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
More information about the seam-issues
mailing list