Improving backward compatibility in ConfigurationInterpolator
-------------------------------------------------------------

                 Key: CONFIGURATION-266
                 URL: https://issues.apache.org/jira/browse/CONFIGURATION-266
             Project: Commons Configuration
          Issue Type: Improvement
    Affects Versions: 1.4
            Reporter: Tobias Noebel
             Fix For: 1.5


When using variables with prefixes in previous versions of commons 
configuration one could use the default lookup to assign the variable values, 
as prefixes were not recognized and handled differently. Since 1.4 that 
behaviour is broken as the default lookup is not taken into account for 
variables containing prefixes. Applications which make use of such variables 
would have to be changed.

My request is to use the default lookup as fallback if a variable with prefix 
is not found in the local lookups.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to