You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Non-ASCII characters (e.g. French) are not displayed correctly in the OAuth callback page after login.
Log file or Error Message
no log files to provide
Reproduce the bug
Log in to the client.
Change your language to French.
Log out.
Log in again.
On the callback page in the browser, all non-ASCII characters appear broken.
Expected Behavior
The page(s) has proper encoding, and all characters are displayed correctly
Screenshots
Additional context
HINT: Please examine the com.faforever.client.login.OAuthValuesReceiver class, particularly the writeResponse method.
The login_success.html and login_failed.html files are returned in the browser response based on the outcome of the login process. However, both HTML files lack a character encoding declaration in the <head> section. Please add necessary meta tag to ensure proper character encoding.
Which Operating System are you using?
Windows
The text was updated successfully, but these errors were encountered:
Ivan-Shaml
changed the title
Broken character encoding in the oauth callback page
[Bug] Broken character encoding in the OAuth callback page
Feb 10, 2025
Ivan-Shaml
changed the title
[Bug] Broken character encoding in the OAuth callback page
[Bug]: Broken character encoding in the OAuth callback page
Feb 10, 2025
Describe the Bug
Non-ASCII characters (e.g. French) are not displayed correctly in the OAuth callback page after login.
Log file or Error Message
no log files to provide
Reproduce the bug
Expected Behavior
The page(s) has proper encoding, and all characters are displayed correctly
Screenshots
Additional context
HINT: Please examine the
com.faforever.client.login.OAuthValuesReceiver
class, particularly thewriteResponse
method.The
login_success.html
andlogin_failed.html
files are returned in the browser response based on the outcome of the login process. However, both HTML files lack a character encoding declaration in the<head>
section. Please add necessary meta tag to ensure proper character encoding.Which Operating System are you using?
Windows
The text was updated successfully, but these errors were encountered: