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