DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29616>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29616 [configuration] getStringArray doesn't interpolate in CompositeConfiguration ------- Additional Comments From [EMAIL PROTECTED] 2004-07-24 16:43 ------- I think I see the problem.. If getList() does the interprolation, great.. But if not, you are in trouble.. Whats weird is that in AbstractConfiguration, getList() doesn't do the interprolation, getStringArray() does.. So, instead of having the CompositeConfiguration getStringArray delegate to getList in CompositeConfiguration, it should instead do it's own interprolating.. I think this would be easier to fix with a unit test.. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
