[jboss-jira] [JBoss JIRA] (WFCORE-1169) EAP welcome page gives 404 if JBOSS_HOME contains lower case drive letter (Windows)
Tomaz Cerar (JIRA)
issues at jboss.org
Mon Nov 30 10:05:00 EST 2015
[ https://issues.jboss.org/browse/WFCORE-1169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar moved JBEAP-2063 to WFCORE-1169:
--------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1169 (was: JBEAP-2063)
Workflow: GIT Pull Request workflow (was: CDW v1)
Component/s: Scripts
(was: VFS)
(was: Web (Undertow))
Target Release: (was: 7.0.0.GA)
Affects Version/s: 2.0.3.Final
(was: 7.0.0.ER2 (Beta))
Affects Testing: (was: Regression)
> EAP welcome page gives 404 if JBOSS_HOME contains lower case drive letter (Windows)
> -----------------------------------------------------------------------------------
>
> Key: WFCORE-1169
> URL: https://issues.jboss.org/browse/WFCORE-1169
> Project: WildFly Core
> Issue Type: Bug
> Components: Scripts
> Affects Versions: 2.0.3.Final
> Environment: Windows
> Reporter: Tomaz Cerar
> Assignee: Tomaz Cerar
> Priority: Blocker
>
> EAP server welcome page (aka http://localhost:8080/ ) returns "404 - Not Found" once the JBOSS_HOME contains lower case drive letter on Windows.
> *reproduce*
> \- start the EAP using absolute path with lower case drive letter
> {noformat}C:\Users\Administrator>c:\jboss-eap-7.0\bin\standalone.bat{noformat}
> \- get the response from welcome page
> {noformat}
> wget.exe --server-response --spider http://localhost:8080
> Spider mode enabled. Check if remote file exists.
> --2015-11-30 07:26:57-- http://localhost:8080/
> Resolving localhost (localhost)... ::1, 127.0.0.1
> Connecting to localhost (localhost)|::1|:8080... failed: Connection refused.
> Connecting to localhost (localhost)|127.0.0.1|:8080... connected.
> HTTP request sent, awaiting response...
> HTTP/1.1 404 Not Found
> Connection: keep-alive
> X-Powered-By: Undertow/1
> Server: JBoss-EAP/7
> Content-Length: 74
> Content-Type: text/html
> Date: Mon, 30 Nov 2015 12:26:58 GMT
> Remote file does not exist -- broken link!!!
> {noformat}
> Regression against 6.4.0 and 7.0.0.ER13
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list