]
Brian Leathem resolved RF-13477.
--------------------------------
Assignee: (was: Lukáš Fryč)
Resolution: Rejected
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.