Happened to notice that the 'default locale' used by QueryParserBase is `Locale.getDefault()`, on which we call things like `toLowerCase` etc. Given that we forbid functions like `toLowerCase` with no args, does anyone know why we don't use the root locale as the default as opposed to the system locale?
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
