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
Is your feature request related to a problem? Please describe.
Currently we are processing all the files as english locale however, we have few locale existing. The task is to figure out the user locale via the local header from the request headers and use the local specific file in the code.
Is your feature request related to a problem? Please describe.
Currently we are processing all the files as english locale however, we have few locale existing. The task is to figure out the user locale via the local header from the request headers and use the local specific file in the code.
Code for loading the messages is present at: https://github.com/SasanLabs/VulnerableApp/blob/master/src/main/java/org/sasanlabs/configuration/VulnerableAppConfiguration.java#L38. We need to load the specific file based on request header.
The text was updated successfully, but these errors were encountered: