2008/4/26 Oleg Kalnichevski <[EMAIL PROTECTED]>: > Folks, > > _Please_ do try to find a few minutes to review the release notes and > the packages for the coming release. > > Release notes: > > http://people.apache.org/~olegk/httpclient-4.0-alpha4-preview/RELEASE_NOTES.txt > > Packages: > http://people.apache.org/~olegk/httpclient-4.0-alpha4-preview/packages/ >
Not had time to review thoroughly yet, but there are quite a few instances of toLowerCase() - and some of toUpperCase() - which don't specify the Locale. These should probably mostly/all use Locale.ENGLISH, otherwise there may be problems in some Locales, e.g. Turkey, where "i".toUpperCase() is not equal to "I" - and vice-versa. The isSpecialDomain() method in NetscapeDomainHandler is one instance where the code won't always work in Turkey. But given that this is an Alpha Preview, I suppose these fixes could be deferred. > Oleg > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
