[
https://issues.jboss.org/browse/RF-13477?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-13477:
------------------------------------
For AS 7 / jbossweb see:
* AS7-5554: Welcome-file ignores servlet mapping
The workaround in AS 7 is to create an empty index.jsf file to trick the servlet container
into believing the welcome file exists. The proper JSF page is ultimately served.
For Undertow see
* UNDERTOW-4: Welcome-file should rerfer to servlet mapping
A new UNDERTOW issue should be filed if this issue is persisting.
Framework tests - welcomeFile does not work correctly on WildFly
----------------------------------------------------------------
Key: RF-13477
URL:
https://issues.jboss.org/browse/RF-13477
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: tests - functional
Affects Versions: 5.0.0.Alpha3
Reporter: Lukáš Fryč
tests were configured to use following welcome file configuration:
{code}
.welcomeFile("faces/index.xhtml")
.welcomeFile("index.jsf")
{code}
but wildfly didn't accept anything else than
{code}
index.jsf
{code}
and JBoss AS didn't work on anythung else than
{code}
faces/index.xhtml
{code}
https://github.com/richfaces/richfaces/blob/master/build/build-resources/...
----
as a workaround, I have made the usage of welcomefile conditional.
--
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:
http://www.atlassian.com/software/jira