]
Gulam Samdani closed WFLY-2948.
-------------------------------
Resolution: Done
Welcome file does not work for *.jsf
--------------------------------------
Key: WFLY-2948
URL:
https://issues.jboss.org/browse/WFLY-2948
Project: WildFly
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web (JBoss Web)
Affects Versions: 8.0.0.Final
Reporter: Gulam Samdani
Assignee: Remy Maucherat
Priority: Minor
Fix For: 8.0.1.Final
Welcome file does not work for *.jsf
--------------------------------------------------------
same problem not exists in Wildfly Beta but wildfly 8 final /cr1 gives this error ...
problem :
http://localhost:8080/hello ------------------------------ NO works***
@http://localhost:8080/hello/index.jsf ------------- it works fine
=======================================
<welcome-file-list>
<welcome-file>index.jsf</welcome-file>
</welcome-file-list>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
<load-on-startup>1</load-on-startup>
</servlet>
<servlet-mapping>
<servlet-name>Faces Servlet</servlet-name>
<url-pattern>*.jsf</url-pattern>
</servlet-mapping>
</web-app>
-------------------------------------------------
Reproduce this error :
https://community.jboss.org/message/857300
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: