]
Tomas Hofman moved JBEAP-3908 to WFLY-6411:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6411 (was: JBEAP-3908)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Target Release: (was: 7.backlog.GA)
Affects Version/s: 10.0.0.Final
(was: 7.0.0.ER5)
Deploying and undeploying default web application with welcome root
results in 404 (instead of returning content defined by welcome-content handler)
----------------------------------------------------------------------------------------------------------------------------------------------------
Key: WFLY-6411
URL:
https://issues.jboss.org/browse/WFLY-6411
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 10.0.0.Final
Reporter: Tomas Hofman
Assignee: Tomas Hofman
Priority: Optional
* When I install EAP and access
http://localhost:8080/ welcome page is returned. - OK
* When I deploy my custom web application with the app defined for root context => in
jboss-web.xml there is defined {{<context-root>/</context-root>}}, after
accessing
http://localhost:8080/ the content of my application is returned. - OK
* When I undeploy the previously custom application used as default welcome page and try
to access
http://localhost:8080/, the 404 is returned (I would expect 200 is returned with
the original welcome page defined by the welcome-file handler.
Note: Reloading the server configuration makes the original welcome page again
accessible.