Fix multiple locale showing in login failed page (#2434)
This commit is a further address to the issue #1518 Currently when the selected language is not English in login page, when login failed (e.g the password is incorrect), the login page will return with an English Page. The commit fix this problem by adding an additional locale parameter to fail method in LoginServlet.java
Showing
Please register or sign in to comment