Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2
-
None
Description
1. Create files:
# toBeIncluded.properties some_prop=someValue
# toBeIncluded2.properties some_prop_2=someValue2
# someDirectory/prop.properties include=../toBeIncluded.properties include=../toBeIncluded2.properties
2. Load someDirectory/prop.properties file
Expected:
- Both files are loaded
Actual:
- toBeIncluded2 cannot be loaded with org.apache.commons.configuration2.ex.ConfigurationException: Cannot resolve include file exception