[
http://jira.jboss.com/jira/browse/JBSEAM-1184?page=all ]
Shane Bryzak closed JBSEAM-1184.
--------------------------------
Fix Version/s: 1.3.0.BETA1
Resolution: Done
Assignee: Shane Bryzak
Fixed the docs, thanks for pointing this out.
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
Assigned To: Shane Bryzak
Fix For: 1.3.0.BETA1
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