Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是 WildFly9,但它似乎只支持英文编码!浏览器汉字内容:“我们”,服务器端改为“₩ネム¦ᄏᆲ”!
我正在寻找配置帮助,甚至是一个低级补丁!任何人都可以帮忙吗?非常感谢!
您应该将 Undertow 默认编码设置为 UTF-8(或者可能只是您的部署)。使用 jboss-cli 这应该可以解决整个服务器的问题:
/subsystem=undertow/servlet-container=default:write-attribute(name=default-encoding,value=UTF-8)