]
R Searls commented on WFCORE-3867:
----------------------------------
This jira is related to the other in that the error is seen when running appclient.ps1
testcases from jbossws-cxf
Space char always last char of read system property on Windows
--------------------------------------------------------------
Key: WFCORE-3867
URL:
https://issues.jboss.org/browse/WFCORE-3867
Project: WildFly Core
Issue Type: Bug
Components: Server
Affects Versions: 5.0.0.Beta4
Reporter: R Searls
Assignee: R Searls
Priority: Minor
On Windows each system property read has a space char as the last char of string.
This causes failures when the property represents a directory name. Calling
tmp.toPath().toRealPath() in this situation.
ServerEnvironment line, 434 Path resolved = tmp.toPath().toRealPath();