[ https://issues.apache.org/jira/browse/CONFIGURATION-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Scott Babcock updated CONFIGURATION-851: ---------------------------------------- Description: Revisions were committed recently that broke the path resolution to the user HOME folder: https://github.com/apache/commons-configuration/commit/bbb5001fca1e584a61d3903dabba8d9315ed8da1 Instead of acquiring the user HOME folder path, the revised code just gets the username. There are three instances of this error in the related commit: * HomeDirectoryLocationStrategy.fetchHomeDirectory() * CatalogResolver.baseDir * TestHomeDirectoryLocationStrategy.testInitDefaults() To resolve this issue, replace references to SystemProperties.getUserName() with SystemProperties.getUserHome() was: Revisions were committed recently that broke the path resolution to the user HOME folder: https://github.com/apache/commons-configuration/commit/bbb5001fca1e584a61d3903dabba8d9315ed8da1 Instead of acquiring the user HOME folder path, the revised code just gets the username. There are three instances of this error in the related commit: * HomeDirectoryLocationStrategy.fetchHomeDirectory() * CatalogResolver.baseDir * TestHomeDirectoryLocationStrategy.testInitDefaults() To resolve this issue, replace references to SystemProperties.getUserName() with SystemProperties.getUserHome() > HomeDirectoryLocationStrategy no longer resolves the user HOME directory > correctly > ---------------------------------------------------------------------------------- > > Key: CONFIGURATION-851 > URL: https://issues.apache.org/jira/browse/CONFIGURATION-851 > Project: Commons Configuration > Issue Type: Bug > Affects Versions: 2.11.0 > Reporter: Scott Babcock > Priority: Major > > Revisions were committed recently that broke the path resolution to the user > HOME folder: > https://github.com/apache/commons-configuration/commit/bbb5001fca1e584a61d3903dabba8d9315ed8da1 > Instead of acquiring the user HOME folder path, the revised code just gets > the username. There are three instances of this error in the related commit: > * HomeDirectoryLocationStrategy.fetchHomeDirectory() > * CatalogResolver.baseDir > * TestHomeDirectoryLocationStrategy.testInitDefaults() > To resolve this issue, replace references to SystemProperties.getUserName() > with SystemProperties.getUserHome() -- This message was sent by Atlassian Jira (v8.20.10#820010)