On 07/05/2015 13:47, Rémy Maucherat wrote:
> 2015-05-07 13:24 GMT+02:00 <ma...@apache.org>:
> 
>> Author: markt
>> Date: Thu May  7 11:24:05 2015
>> New Revision: 1678169
>>
>> URL: http://svn.apache.org/r1678169
>> Log:
>> Retain the original configuration settings and use separate getters the
>> absolute value for all file/path attributes
>>
> Usually duplicating config is not a good idea, right ? For example if
> adjustRelativePath was static the calling code could use it dynamically
> when needed.

I was trying to avoid the callers having to worry about absolute vs.
relative. If it wasn't for storeconfig (which will use the getters to
save the config) I wouldn't have worried that the values changed between
setters and getters.

I think your static method idea is better than what I have at the
moment. I'll try it out.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to