SYMPTOM:
After deploying Strategy Web 10.3 in a Tomcat 8 Web Server, users get the “Invalid login mode” error when accessing a project with its name in Chinese.
STEPS TO REPRODUCE:



CAUSE:
Chinese characters cannot be recognized by Tomcat 8.
Workaround:
Modify the server.xml file under Tomcat and insert the following line to the <Connector> node:
URIEncoding="GBK" useBodyEncodingForURI="true"
Restart Tomcat after doing the modification.