You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2022/08/12 08:45:03 UTC

[Bug 66207] StringManager#getManager(String, Enumeration) cannot return the correct value

https://bz.apache.org/bugzilla/show_bug.cgi?id=66207

--- Comment #1 from HanLi <ao...@gmail.com> ---
Similar to https://bz.apache.org/bugzilla/show_bug.cgi?id=63143

Repeat Konstantin Kolinko's reproduction steps:
1. Run JVM with an OS of a language that Tomcat has a translation available.

My OS uses Chinese language.

2. Configure a browser, to send "en-US" as the preferred language.
3. Start Tomcat, start the browser and access the Manager web application.

Expected: I expect the UI to be in English language.
Actual: The UI is in Chinese language.


But the reason for this problem is that Local's comparison, which differs from
Konstantin Kolinko's BZ.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org