[ 
https://issues.apache.org/jira/browse/TRINIDAD-86?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13196043#comment-13196043
 ] 

Walter MourĂ£o commented on TRINIDAD-86:
---------------------------------------

Happens with Tomcat 7+Tinidad 2.0.0+MyFaces 2.1.5
                
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to