Graylog2 / Graylog2/graylog2-server
Use one locale in all String operations systemwide
Open
feature
triaged
- Dominant language
- Java
- Stars
- 8.1k
- Forks
- 1.1k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 217
Description
## What?
We have to use a specific locale for a set of String operations per the forbidden api check. e.g. for `.toLowerCase(`
In the code we use several locales (a quick glance showed: `ENGLISH`, `US` and `ROOT`).
Maybe we can use one locale consistently?
Contributor guide
Assessment
This issue has not been assessed yet.