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=30838>. 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=30838 XML configuration files should not have thier values converted to Properties format ------- Additional Comments From [EMAIL PROTECTED] 2004-08-25 10:14 ------- That is an interesting request. Looking at the code, the conversion is performed within the setParameter(Element, PropertySetter) method calling OptionConverter. convertSpecialCharacters(String). In some (if not most) cases, the user would want to have special characters converted. For example, the user would probably prefer to have c:\\x.txt converted to c:\x.txt. That is the current behavior. However, she probably would not want to have c:\t.txt converted to "c:<TAB>. txt". One solution is to have an option set by the user in the config file to disable the current special chratacters conversion. Would that work for you? Do you have a better idea? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
