[
https://issues.jboss.org/browse/RF-13477?page=com.atlassian.jira.plugin.s...
]
Lukáš Fryč commented on RF-13477:
---------------------------------
Ok, I got the setup so that it works on both container now:
https://github.com/richfaces/richfaces/commit/7cd6831493ca68c383714d1da86...
But I will investigate more whether there is some UNDERTOW fix needed.
Assigning for investigation.
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