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=27685>. 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=27685 Case-sensitivity with LSParser.domConfig ------- Additional Comments From [EMAIL PROTECTED] 2004-03-24 20:44 ------- Naela, thanks for reporting. I've fixed the case sensitivity problem using String.toLowerCase(Locale.ENGLISH) instead. The other method uses the rules of whatever the default locale is. In the Turkish locale, the letter i (#x69) maps to I with a dot above (#x130). This certainly isn't the intended transformation. The other issue, checking for null parameters is still unresolved. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
