[
https://issues.apache.org/jira/browse/CONFIGURATION-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17941422#comment-17941422
]
Scott Babcock commented on CONFIGURATION-851:
---------------------------------------------
Thanks for the prompt response! You are correct... I misread the code in
{{CatalogResolver.baseDir}}.
> 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
> Assignee: Gary D. Gregory
> Priority: Major
> Fix For: 2.11.1
>
>
> 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)