404 error using dialog with servlet-mapping url-pattern *.jsf
-------------------------------------------------------------
Key: TRINIDAD-86
URL: https://issues.apache.org/jira/browse/TRINIDAD-86
Project: MyFaces Trinidad
Issue Type: Bug
Environment: JBoss 4.0.5.GA
Reporter: Will Hoover
Using the following servlet-mapping url-pattern in deployment descriptor causes
a 404 error when using dialog:
<servlet-mapping>
<servlet-name>faces</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
...but using the following servlet-mapping url-pattern works:
<servlet-mapping>
<servlet-name>faces</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.