[seam-issues] [JBoss JIRA] Created: (SEAMFACES-180) Add recommendation to map Faces Servlet to .xhtml in reference guide setup section

Lincoln Baxter III (JIRA) jira-events at lists.jboss.org
Thu Jun 30 14:27:23 EDT 2011


Add recommendation to map Faces Servlet to .xhtml in reference guide setup section
----------------------------------------------------------------------------------

                 Key: SEAMFACES-180
                 URL: https://issues.jboss.org/browse/SEAMFACES-180
             Project: Seam Faces
          Issue Type: Task
          Components: Documentation
            Reporter: Lincoln Baxter III


Mapping the faces servlet to .xthml automatically resolves the issue where facelet sources can be accessed via the web.

{code}   <servlet-mapping>
      <servlet-name>Faces Servlet</servlet-name>
      <url-pattern>*.xhtml</url-pattern>
   </servlet-mapping>{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list