You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Will Hoover (JIRA)" <de...@myfaces.apache.org> on 2007/07/02 13:54:04 UTC

[jira] Created: (TRINIDAD-86) 404 error using dialog with servlet-mapping url-pattern *.jsf

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.